ActorRuntime

Interface that all actors that execute in an ActorSystem must implement.

Members

Functions

act
void act(Duration timeout)

Act on one message in the mailbox.

actorId
Aid actorId()

The actor ID of the runtime.

release
void release()

Release any held resources.

Meta