All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractActor Represents the base class for actors.ActorClient Holds a client for Dapr sidecar communication.ActorFactory<T extends AbstractActor> Creates an actor of a given type.ActorId The ActorId represents the identity of an actor within an actor service.ActorMethod ActorMethodContext Contains information about the method that is invoked by actor runtime.ActorObjectSerializer Serializes and deserializes internal objects.ActorProxy Proxy to communicate to a given Actor instance in Dapr.ActorProxyBuilder<T> Builder to generate an ActorProxy instance.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.ActorStateChangeKind Represents an actor's state change.ActorStateManager Manages state changes of a given Actor instance.ActorTrace Class to emit trace log messages.ActorType Annotation to define Actor class.ActorUtils Remindable<T> Interface that actors must implement to consume reminders registered using RegisterReminderAsync.