Package | Description |
---|---|
io.dapr.actors.runtime |
Class and 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.
|
Copyright © 2020. All rights reserved.