AbstractActor |
Represents the base class for actors.
|
ActorMethodContext |
Contains information about the method that is invoked by actor runtime.
|
ActorObjectSerializer |
Serializes and deserializes internal objects.
|
ActorRuntime |
Contains methods to register actor types.
|
ActorRuntimeConfig |
Represents the configuration for the Actor Runtime.
|
ActorRuntimeContext<T extends AbstractActor> |
Provides the context for the Actor's runtime.
|
ActorStateChange |
Represents a state change for an actor.
|
ActorStateManager |
Manages state changes of a given Actor instance.
|