All Classes and Interfaces

Class
Description
Represents the base class for actors.
Holds a client for Dapr sidecar communication.
Creates an actor of a given type.
The ActorId represents the identity of an actor within an actor service.
 
Contains information about the method that is invoked by actor runtime.
Serializes and deserializes internal objects.
Proxy to communicate to a given Actor instance in Dapr.
Builder to generate an ActorProxy instance.
Contains methods to register actor types.
Represents the configuration for the Actor Runtime.
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.
Class to emit trace log messages.
Annotation to define Actor class.
Represents the configuration for the Actor Type.
 
Interface that actors must implement to consume reminders registered using RegisterReminderAsync.