| AbstractActor |
Represents the base class for actors.
|
| ActorFactory |
Creates an actor of a given type.
|
| ActorMethodContext |
Contains information about the method that is invoked by actor runtime.
|
| ActorRuntime |
Contains methods to register actor types.
|
| ActorRuntimeConfig |
Represents the configuration for the Actor Runtime.
|
| ActorRuntimeContext |
Provides the context for the Actor's runtime.
|
| ActorStateChangeKind |
Represents an actor's state change.
|
| ActorStateManager |
Manages state changes of a given Actor instance.
|