Package io.dapr.actors.runtime
package io.dapr.actors.runtime
-
ClassDescriptionRepresents the base class for actors.ActorFactory<T extends AbstractActor>Creates an actor of a given type.Contains information about the method that is invoked by actor runtime.Serializes and deserializes internal objects.Contains methods to register actor types.Represents the configuration for the Actor Runtime.ActorRuntimeContext<T extends AbstractActor>Provides the context for the Actor's runtime.Represents a state change for an actor.Represents an actor's state change.Manages state changes of a given Actor instance.Represents the configuration for the Actor Type.Remindable<T>Interface that actors must implement to consume reminders registered using RegisterReminderAsync.