Interface | Description |
---|---|
ActorFactory<T extends AbstractActor> |
Creates an actor of a given type.
|
Remindable<T> |
Interface that actors must implement to consume reminders registered using RegisterReminderAsync.
|
Class | Description |
---|---|
AbstractActor |
Represents the base class for actors.
|
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<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.
|
ObjectSerializer |
Serializes and deserializes internal objects.
|
Enum | Description |
---|---|
ActorStateChangeKind |
Represents an actor's state change.
|
Annotation Type | Description |
---|---|
ActorType |
Annotation to define Actor class.
|
Copyright © 2020. All rights reserved.