Uses of Package
io.dapr.actors.runtime
Package | Description |
---|---|
io.dapr.actors.runtime |
-
Classes in io.dapr.actors.runtime used by io.dapr.actors.runtime Class Description 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.