All Classes
| Class | Description |
|---|---|
| AbstractActor |
Represents the base class for actors.
|
| ActorFactory<T extends AbstractActor> |
Creates an actor of a given type.
|
| ActorId |
The ActorId represents the identity of an actor within an actor service.
|
| ActorMethod | |
| ActorMethodContext |
Contains information about the method that is invoked by actor runtime.
|
| ActorObjectSerializer |
Serializes and deserializes internal objects.
|
| ActorProxy |
Proxy to communicate to a given Actor instance in Dapr.
|
| ActorProxyBuilder<T> |
Builder to generate an ActorProxy instance.
|
| ActorRuntime |
Contains methods to register actor types.
|
| ActorRuntimeConfig |
Represents the configuration for the Actor Runtime.
|
| ActorRuntimeContext<T extends AbstractActor> |
Provides the context for the Actor's runtime.
|
| ActorStateChange |
Represents a state change for an actor.
|
| ActorStateChangeKind |
Represents an actor's state change.
|
| ActorStateManager |
Manages state changes of a given Actor instance.
|
| ActorTrace |
Class to emit trace log messages.
|
| ActorType |
Annotation to define Actor class.
|
| ActorUtils | |
| CloudEvent |
A cloud event in Dapr.
|
| CommonProtos | |
| CommonProtos.HTTPExtension |
HTTPExtension includes HTTP verb and querystring
when Dapr runtime delivers HTTP content.
|
| CommonProtos.HTTPExtension.Builder |
HTTPExtension includes HTTP verb and querystring
when Dapr runtime delivers HTTP content.
|
| CommonProtos.HTTPExtension.Verb |
Type of HTTP 1.1 Methods
RFC 7231: https://tools.ietf.org/html/rfc7231#page-24
|
| CommonProtos.HTTPExtensionOrBuilder | |
| CommonProtos.InvokeRequest |
Protobuf type
dapr.proto.common.v1.InvokeRequest |
| CommonProtos.InvokeRequest.Builder |
Protobuf type
dapr.proto.common.v1.InvokeRequest |
| CommonProtos.InvokeRequestOrBuilder | |
| CommonProtos.InvokeResponse |
Protobuf type
dapr.proto.common.v1.InvokeResponse |
| CommonProtos.InvokeResponse.Builder |
Protobuf type
dapr.proto.common.v1.InvokeResponse |
| CommonProtos.InvokeResponseOrBuilder | |
| Constants |
Useful constants for the Dapr's Actor SDK.
|
| DaprClient |
Generic Client Adapter to be used regardless of the GRPC or the HTTP Client implementation required.
|
| DaprClientBuilder |
A builder for the DaprClient,
Currently only and HTTP Client will be supported.
|
| DaprClientGrpc |
An adapter for the GRPC Client.
|
| DaprClientGrpc |
DaprClient service allows user application to interact with Dapr runtime.
|
| DaprClientGrpc.DaprClientBlockingStub |
DaprClient service allows user application to interact with Dapr runtime.
|
| DaprClientGrpc.DaprClientFutureStub |
DaprClient service allows user application to interact with Dapr runtime.
|
| DaprClientGrpc.DaprClientImplBase |
DaprClient service allows user application to interact with Dapr runtime.
|
| DaprClientGrpc.DaprClientStub |
DaprClient service allows user application to interact with Dapr runtime.
|
| DaprClientHttp |
An adapter for the HTTP Client.
|
| DaprClientProtos | |
| DaprClientProtos.BindingEventEnvelope |
Protobuf type
dapr.proto.daprclient.v1.BindingEventEnvelope |
| DaprClientProtos.BindingEventEnvelope.Builder |
Protobuf type
dapr.proto.daprclient.v1.BindingEventEnvelope |
| DaprClientProtos.BindingEventEnvelopeOrBuilder | |
| DaprClientProtos.BindingResponseEnvelope |
Protobuf type
dapr.proto.daprclient.v1.BindingResponseEnvelope |
| DaprClientProtos.BindingResponseEnvelope.Builder |
Protobuf type
dapr.proto.daprclient.v1.BindingResponseEnvelope |
| DaprClientProtos.BindingResponseEnvelopeOrBuilder | |
| DaprClientProtos.CloudEventEnvelope |
Protobuf type
dapr.proto.daprclient.v1.CloudEventEnvelope |
| DaprClientProtos.CloudEventEnvelope.Builder |
Protobuf type
dapr.proto.daprclient.v1.CloudEventEnvelope |
| DaprClientProtos.CloudEventEnvelopeOrBuilder | |
| DaprClientProtos.GetBindingsSubscriptionsEnvelope |
Protobuf type
dapr.proto.daprclient.v1.GetBindingsSubscriptionsEnvelope |
| DaprClientProtos.GetBindingsSubscriptionsEnvelope.Builder |
Protobuf type
dapr.proto.daprclient.v1.GetBindingsSubscriptionsEnvelope |
| DaprClientProtos.GetBindingsSubscriptionsEnvelopeOrBuilder | |
| DaprClientProtos.GetTopicSubscriptionsEnvelope |
Protobuf type
dapr.proto.daprclient.v1.GetTopicSubscriptionsEnvelope |
| DaprClientProtos.GetTopicSubscriptionsEnvelope.Builder |
Protobuf type
dapr.proto.daprclient.v1.GetTopicSubscriptionsEnvelope |
| DaprClientProtos.GetTopicSubscriptionsEnvelopeOrBuilder | |
| DaprClientProtos.RetryPolicy |
Protobuf type
dapr.proto.daprclient.v1.RetryPolicy |
| DaprClientProtos.RetryPolicy.Builder |
Protobuf type
dapr.proto.daprclient.v1.RetryPolicy |
| DaprClientProtos.RetryPolicyOrBuilder | |
| DaprClientProtos.State |
Protobuf type
dapr.proto.daprclient.v1.State |
| DaprClientProtos.State.Builder |
Protobuf type
dapr.proto.daprclient.v1.State |
| DaprClientProtos.StateOptions |
Protobuf type
dapr.proto.daprclient.v1.StateOptions |
| DaprClientProtos.StateOptions.Builder |
Protobuf type
dapr.proto.daprclient.v1.StateOptions |
| DaprClientProtos.StateOptionsOrBuilder | |
| DaprClientProtos.StateOrBuilder | |
| DaprError |
Represents an error message from Dapr.
|
| DaprException |
A Dapr's specific exception.
|
| DaprGrpc |
Dapr service provides APIs to user application to access Dapr building blocks.
|
| DaprGrpc.DaprBlockingStub |
Dapr service provides APIs to user application to access Dapr building blocks.
|
| DaprGrpc.DaprFutureStub |
Dapr service provides APIs to user application to access Dapr building blocks.
|
| DaprGrpc.DaprImplBase |
Dapr service provides APIs to user application to access Dapr building blocks.
|
| DaprGrpc.DaprStub |
Dapr service provides APIs to user application to access Dapr building blocks.
|
| DaprHttp | |
| DaprHttp.HttpMethods |
HTTP Methods supported.
|
| DaprHttp.Response | |
| DaprHttpBuilder |
A builder for the DaprHttp.
|
| DaprObjectSerializer |
Serializes and deserializes application's objects.
|
| DaprProtos | |
| DaprProtos.DeleteStateEnvelope |
Protobuf type
dapr.proto.dapr.v1.DeleteStateEnvelope |
| DaprProtos.DeleteStateEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.DeleteStateEnvelope |
| DaprProtos.DeleteStateEnvelopeOrBuilder | |
| DaprProtos.GetSecretEnvelope |
Protobuf type
dapr.proto.dapr.v1.GetSecretEnvelope |
| DaprProtos.GetSecretEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.GetSecretEnvelope |
| DaprProtos.GetSecretEnvelopeOrBuilder | |
| DaprProtos.GetSecretResponseEnvelope |
Protobuf type
dapr.proto.dapr.v1.GetSecretResponseEnvelope |
| DaprProtos.GetSecretResponseEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.GetSecretResponseEnvelope |
| DaprProtos.GetSecretResponseEnvelopeOrBuilder | |
| DaprProtos.GetStateEnvelope |
Protobuf type
dapr.proto.dapr.v1.GetStateEnvelope |
| DaprProtos.GetStateEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.GetStateEnvelope |
| DaprProtos.GetStateEnvelopeOrBuilder | |
| DaprProtos.GetStateResponseEnvelope |
Protobuf type
dapr.proto.dapr.v1.GetStateResponseEnvelope |
| DaprProtos.GetStateResponseEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.GetStateResponseEnvelope |
| DaprProtos.GetStateResponseEnvelopeOrBuilder | |
| DaprProtos.InvokeBindingEnvelope |
Protobuf type
dapr.proto.dapr.v1.InvokeBindingEnvelope |
| DaprProtos.InvokeBindingEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.InvokeBindingEnvelope |
| DaprProtos.InvokeBindingEnvelopeOrBuilder | |
| DaprProtos.InvokeServiceRequest |
InvokeServiceRequest represents the request message for Service invocation.
|
| DaprProtos.InvokeServiceRequest.Builder |
InvokeServiceRequest represents the request message for Service invocation.
|
| DaprProtos.InvokeServiceRequestOrBuilder | |
| DaprProtos.PublishEventEnvelope |
Protobuf type
dapr.proto.dapr.v1.PublishEventEnvelope |
| DaprProtos.PublishEventEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.PublishEventEnvelope |
| DaprProtos.PublishEventEnvelopeOrBuilder | |
| DaprProtos.RetryPolicy |
Protobuf type
dapr.proto.dapr.v1.RetryPolicy |
| DaprProtos.RetryPolicy.Builder |
Protobuf type
dapr.proto.dapr.v1.RetryPolicy |
| DaprProtos.RetryPolicyOrBuilder | |
| DaprProtos.SaveStateEnvelope |
Protobuf type
dapr.proto.dapr.v1.SaveStateEnvelope |
| DaprProtos.SaveStateEnvelope.Builder |
Protobuf type
dapr.proto.dapr.v1.SaveStateEnvelope |
| DaprProtos.SaveStateEnvelopeOrBuilder | |
| DaprProtos.State |
Protobuf type
dapr.proto.dapr.v1.State |
| DaprProtos.State.Builder |
Protobuf type
dapr.proto.dapr.v1.State |
| DaprProtos.StateOptions |
Protobuf type
dapr.proto.dapr.v1.StateOptions |
| DaprProtos.StateOptions.Builder |
Protobuf type
dapr.proto.dapr.v1.StateOptions |
| DaprProtos.StateOptionsOrBuilder | |
| DaprProtos.StateOrBuilder | |
| DaprProtos.StateRequest |
Protobuf type
dapr.proto.dapr.v1.StateRequest |
| DaprProtos.StateRequest.Builder |
Protobuf type
dapr.proto.dapr.v1.StateRequest |
| DaprProtos.StateRequestOrBuilder | |
| DefaultObjectSerializer |
Default serializer/deserializer for request/response objects and for state objects too.
|
| DurationUtils | |
| ObjectSerializer |
Serializes and deserializes an internal object.
|
| Properties |
Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.
|
| Remindable<T> |
Interface that actors must implement to consume reminders registered using RegisterReminderAsync.
|
| State<T> |
This class reprent what a State is.
|
| StateOptions | |
| StateOptions.Concurrency | |
| StateOptions.Consistency | |
| StateOptions.RetryPolicy | |
| StateOptions.RetryPolicy.Pattern | |
| StateOptions.StateOptionDurationDeserializer | |
| StateOptions.StateOptionDurationSerializer | |
| Topic | |
| Verb |
Verbs used to invoke methods in Dapr.
|