Package io.dapr.actors.runtime
package io.dapr.actors.runtime
-
Interface SummaryInterfaceDescriptionActorFactory<T extends AbstractActor>Creates an actor of a given type.Remindable<T>Interface that actors must implement to consume reminders registered using RegisterReminderAsync.
-
Class SummaryClassDescriptionRepresents the base class for actors.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.Manages state changes of a given Actor instance.
-
Enum Class Summary