Interface that all actors that execute in an ActorSystem must implement.
Act on one message in the mailbox.
The actor ID of the runtime.
Release any held resources.
See Implementation
Interface that all actors that execute in an ActorSystem must implement.