All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractActor |
Represents the base class for actors.
|
ActivityWrapper<T extends WorkflowActivity> |
Wrapper for Durable Task Framework task activity factory.
|
ActorClient |
Holds a client for Dapr sidecar communication.
|
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.
|
ActorTypeConfig |
Represents the configuration for the Actor Type.
|
ActorUtils |
|
AndFilter |
|
AppCallbackAlphaGrpc |
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt
for Alpha RPCs.
|
AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub |
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt
for Alpha RPCs.
|
AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub |
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt
for Alpha RPCs.
|
AppCallbackAlphaGrpc.AppCallbackAlphaImplBase |
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt
for Alpha RPCs.
|
AppCallbackAlphaGrpc.AppCallbackAlphaStub |
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt
for Alpha RPCs.
|
AppCallbackGrpc |
AppCallback V1 allows user application to interact with Dapr runtime.
|
AppCallbackGrpc.AppCallbackBlockingStub |
AppCallback V1 allows user application to interact with Dapr runtime.
|
AppCallbackGrpc.AppCallbackFutureStub |
AppCallback V1 allows user application to interact with Dapr runtime.
|
AppCallbackGrpc.AppCallbackImplBase |
AppCallback V1 allows user application to interact with Dapr runtime.
|
AppCallbackGrpc.AppCallbackStub |
AppCallback V1 allows user application to interact with Dapr runtime.
|
AppCallbackHealthCheckGrpc |
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement
the HealthCheck method.
|
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckBlockingStub |
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement
the HealthCheck method.
|
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckFutureStub |
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement
the HealthCheck method.
|
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase |
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement
the HealthCheck method.
|
AppCallbackHealthCheckGrpc.AppCallbackHealthCheckStub |
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement
the HealthCheck method.
|
BooleanProperty |
Boolean configuration property.
|
BulkPublishEntry<T> |
Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
|
BulkPublishRequest<T> |
A request to bulk publish multiples events in a single call to Dapr.
|
BulkPublishResponse<T> |
Class representing the response returned on bulk publishing events.
|
BulkPublishResponseFailedEntry<T> |
Class representing the entry that failed to be published using BulkPublishRequest.
|
BulkSubscribeAppResponse |
Response from the application containing status for each entry from the bulk publish message.
|
BulkSubscribeAppResponseEntry |
|
BulkSubscribeAppResponseStatus |
Status of the message handled in bulk subscribe handler.
|
BulkSubscribeMessage<T> |
Represents a bulk of messages received from the message bus.
|
BulkSubscribeMessageEntry<T> |
|
CloudEvent<T> |
A cloud event in Dapr.
|
CommonProtos |
|
CommonProtos.ConfigurationItem |
ConfigurationItem represents all the configuration with its name(key).
|
CommonProtos.ConfigurationItem.Builder |
ConfigurationItem represents all the configuration with its name(key).
|
CommonProtos.ConfigurationItemOrBuilder |
|
CommonProtos.Etag |
Etag represents a state item version
|
CommonProtos.Etag.Builder |
Etag represents a state item version
|
CommonProtos.EtagOrBuilder |
|
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
RFC 5789: https://datatracker.ietf.org/doc/html/rfc5789
|
CommonProtos.HTTPExtensionOrBuilder |
|
CommonProtos.InvokeRequest |
InvokeRequest is the message to invoke a method with the data.
|
CommonProtos.InvokeRequest.Builder |
InvokeRequest is the message to invoke a method with the data.
|
CommonProtos.InvokeRequestOrBuilder |
|
CommonProtos.InvokeResponse |
InvokeResponse is the response message including data and its content type
from app callback.
|
CommonProtos.InvokeResponse.Builder |
InvokeResponse is the response message including data and its content type
from app callback.
|
CommonProtos.InvokeResponseOrBuilder |
|
CommonProtos.StateItem |
StateItem represents state key, value, and additional options to save state.
|
CommonProtos.StateItem.Builder |
StateItem represents state key, value, and additional options to save state.
|
CommonProtos.StateItemOrBuilder |
|
CommonProtos.StateOptions |
StateOptions configures concurrency and consistency for state operations
|
CommonProtos.StateOptions.Builder |
StateOptions configures concurrency and consistency for state operations
|
CommonProtos.StateOptions.StateConcurrency |
Enum describing the supported concurrency for state.
|
CommonProtos.StateOptions.StateConsistency |
Enum describing the supported consistency for state.
|
CommonProtos.StateOptionsOrBuilder |
|
CommonProtos.StreamPayload |
Chunk of data sent in a streaming request or response.
|
CommonProtos.StreamPayload.Builder |
Chunk of data sent in a streaming request or response.
|
CommonProtos.StreamPayloadOrBuilder |
|
ConfigurationItem |
A configuration item from Dapr's configuration store.
|
DaprApiProtocol |
Deprecated.
|
DaprAppCallbackProtos |
|
DaprAppCallbackProtos.BindingEventRequest |
BindingEventRequest represents input bindings event.
|
DaprAppCallbackProtos.BindingEventRequest.Builder |
BindingEventRequest represents input bindings event.
|
DaprAppCallbackProtos.BindingEventRequestOrBuilder |
|
DaprAppCallbackProtos.BindingEventResponse |
BindingEventResponse includes operations to save state or
send data to output bindings optionally.
|
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency |
BindingEventConcurrency is the kind of concurrency
|
DaprAppCallbackProtos.BindingEventResponse.Builder |
BindingEventResponse includes operations to save state or
send data to output bindings optionally.
|
DaprAppCallbackProtos.BindingEventResponseOrBuilder |
|
DaprAppCallbackProtos.BulkSubscribeConfig |
BulkSubscribeConfig is the message to pass settings for bulk subscribe
|
DaprAppCallbackProtos.BulkSubscribeConfig.Builder |
BulkSubscribeConfig is the message to pass settings for bulk subscribe
|
DaprAppCallbackProtos.BulkSubscribeConfigOrBuilder |
|
DaprAppCallbackProtos.HealthCheckResponse |
HealthCheckResponse is the message with the response to the health check.
|
DaprAppCallbackProtos.HealthCheckResponse.Builder |
HealthCheckResponse is the message with the response to the health check.
|
DaprAppCallbackProtos.HealthCheckResponseOrBuilder |
|
DaprAppCallbackProtos.ListInputBindingsResponse |
ListInputBindingsResponse is the message including the list of input bindings.
|
DaprAppCallbackProtos.ListInputBindingsResponse.Builder |
ListInputBindingsResponse is the message including the list of input bindings.
|
DaprAppCallbackProtos.ListInputBindingsResponseOrBuilder |
|
DaprAppCallbackProtos.ListTopicSubscriptionsResponse |
ListTopicSubscriptionsResponse is the message including the list of the subscribing topics.
|
DaprAppCallbackProtos.ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse is the message including the list of the subscribing topics.
|
DaprAppCallbackProtos.ListTopicSubscriptionsResponseOrBuilder |
|
DaprAppCallbackProtos.TopicEventBulkRequest |
TopicEventBulkRequest represents request for bulk message
|
DaprAppCallbackProtos.TopicEventBulkRequest.Builder |
TopicEventBulkRequest represents request for bulk message
|
DaprAppCallbackProtos.TopicEventBulkRequestEntry |
TopicEventBulkRequestEntry represents a single message inside a bulk request
|
DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder |
TopicEventBulkRequestEntry represents a single message inside a bulk request
|
DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase |
|
DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder |
|
DaprAppCallbackProtos.TopicEventBulkRequestOrBuilder |
|
DaprAppCallbackProtos.TopicEventBulkResponse |
AppBulkResponse is response from app on published message
|
DaprAppCallbackProtos.TopicEventBulkResponse.Builder |
AppBulkResponse is response from app on published message
|
DaprAppCallbackProtos.TopicEventBulkResponseEntry |
TopicEventBulkResponseEntry Represents single response, as part of TopicEventBulkResponse, to be
sent by subscibed App for the corresponding single message during bulk subscribe
|
DaprAppCallbackProtos.TopicEventBulkResponseEntry.Builder |
TopicEventBulkResponseEntry Represents single response, as part of TopicEventBulkResponse, to be
sent by subscibed App for the corresponding single message during bulk subscribe
|
DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder |
|
DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder |
|
DaprAppCallbackProtos.TopicEventCERequest |
TopicEventCERequest message is compatible with CloudEvent spec v1.0
|
DaprAppCallbackProtos.TopicEventCERequest.Builder |
TopicEventCERequest message is compatible with CloudEvent spec v1.0
|
DaprAppCallbackProtos.TopicEventCERequestOrBuilder |
|
DaprAppCallbackProtos.TopicEventRequest |
TopicEventRequest message is compatible with CloudEvent spec v1.0
https://github.com/cloudevents/spec/blob/v1.0/spec.md
|
DaprAppCallbackProtos.TopicEventRequest.Builder |
TopicEventRequest message is compatible with CloudEvent spec v1.0
https://github.com/cloudevents/spec/blob/v1.0/spec.md
|
DaprAppCallbackProtos.TopicEventRequestOrBuilder |
|
DaprAppCallbackProtos.TopicEventResponse |
TopicEventResponse is response from app on published message
|
DaprAppCallbackProtos.TopicEventResponse.Builder |
TopicEventResponse is response from app on published message
|
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus |
TopicEventResponseStatus allows apps to have finer control over handling of the message.
|
DaprAppCallbackProtos.TopicEventResponseOrBuilder |
|
DaprAppCallbackProtos.TopicRoutes |
Protobuf type dapr.proto.runtime.v1.TopicRoutes
|
DaprAppCallbackProtos.TopicRoutes.Builder |
Protobuf type dapr.proto.runtime.v1.TopicRoutes
|
DaprAppCallbackProtos.TopicRoutesOrBuilder |
|
DaprAppCallbackProtos.TopicRule |
Protobuf type dapr.proto.runtime.v1.TopicRule
|
DaprAppCallbackProtos.TopicRule.Builder |
Protobuf type dapr.proto.runtime.v1.TopicRule
|
DaprAppCallbackProtos.TopicRuleOrBuilder |
|
DaprAppCallbackProtos.TopicSubscription |
TopicSubscription represents topic and metadata.
|
DaprAppCallbackProtos.TopicSubscription.Builder |
TopicSubscription represents topic and metadata.
|
DaprAppCallbackProtos.TopicSubscriptionOrBuilder |
|
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 gRPC and HTTP Client will be supported.
|
DaprClientGrpc |
An adapter for the GRPC Client.
|
DaprClientHttp |
Deprecated.
|
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 |
Deprecated.
|
DaprObjectSerializer |
Serializes and deserializes application's objects.
|
DaprPreviewClient |
Generic client interface for preview or alpha APIs in Dapr, regardless of GRPC or HTTP.
|
DaprProtos |
|
DaprProtos.ActiveActorsCount |
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
|
DaprProtos.ActiveActorsCount.Builder |
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
|
DaprProtos.ActiveActorsCountOrBuilder |
|
DaprProtos.AppConnectionHealthProperties |
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
|
DaprProtos.AppConnectionHealthProperties.Builder |
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
|
DaprProtos.AppConnectionHealthPropertiesOrBuilder |
|
DaprProtos.AppConnectionProperties |
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
|
DaprProtos.AppConnectionProperties.Builder |
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
|
DaprProtos.AppConnectionPropertiesOrBuilder |
|
DaprProtos.BulkPublishRequest |
BulkPublishRequest is the message to bulk publish events to pubsub topic
|
DaprProtos.BulkPublishRequest.Builder |
BulkPublishRequest is the message to bulk publish events to pubsub topic
|
DaprProtos.BulkPublishRequestEntry |
BulkPublishRequestEntry is the message containing the event to be bulk published
|
DaprProtos.BulkPublishRequestEntry.Builder |
BulkPublishRequestEntry is the message containing the event to be bulk published
|
DaprProtos.BulkPublishRequestEntryOrBuilder |
|
DaprProtos.BulkPublishRequestOrBuilder |
|
DaprProtos.BulkPublishResponse |
BulkPublishResponse is the message returned from a BulkPublishEvent call
|
DaprProtos.BulkPublishResponse.Builder |
BulkPublishResponse is the message returned from a BulkPublishEvent call
|
DaprProtos.BulkPublishResponseFailedEntry |
BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
|
DaprProtos.BulkPublishResponseFailedEntry.Builder |
BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
|
DaprProtos.BulkPublishResponseFailedEntryOrBuilder |
|
DaprProtos.BulkPublishResponseOrBuilder |
|
DaprProtos.BulkStateItem |
BulkStateItem is the response item for a bulk get operation.
|
DaprProtos.BulkStateItem.Builder |
BulkStateItem is the response item for a bulk get operation.
|
DaprProtos.BulkStateItemOrBuilder |
|
DaprProtos.DecryptRequest |
DecryptRequest is the request for DecryptAlpha1.
|
DaprProtos.DecryptRequest.Builder |
DecryptRequest is the request for DecryptAlpha1.
|
DaprProtos.DecryptRequestOptions |
DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
|
DaprProtos.DecryptRequestOptions.Builder |
DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
|
DaprProtos.DecryptRequestOptionsOrBuilder |
|
DaprProtos.DecryptRequestOrBuilder |
|
DaprProtos.DecryptResponse |
DecryptResponse is the response for DecryptAlpha1.
|
DaprProtos.DecryptResponse.Builder |
DecryptResponse is the response for DecryptAlpha1.
|
DaprProtos.DecryptResponseOrBuilder |
|
DaprProtos.DeleteBulkStateRequest |
DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
|
DaprProtos.DeleteBulkStateRequest.Builder |
DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
|
DaprProtos.DeleteBulkStateRequestOrBuilder |
|
DaprProtos.DeleteStateRequest |
DeleteStateRequest is the message to delete key-value states in the specific state store.
|
DaprProtos.DeleteStateRequest.Builder |
DeleteStateRequest is the message to delete key-value states in the specific state store.
|
DaprProtos.DeleteStateRequestOrBuilder |
|
DaprProtos.EncryptRequest |
EncryptRequest is the request for EncryptAlpha1.
|
DaprProtos.EncryptRequest.Builder |
EncryptRequest is the request for EncryptAlpha1.
|
DaprProtos.EncryptRequestOptions |
EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
|
DaprProtos.EncryptRequestOptions.Builder |
EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
|
DaprProtos.EncryptRequestOptionsOrBuilder |
|
DaprProtos.EncryptRequestOrBuilder |
|
DaprProtos.EncryptResponse |
EncryptResponse is the response for EncryptAlpha1.
|
DaprProtos.EncryptResponse.Builder |
EncryptResponse is the response for EncryptAlpha1.
|
DaprProtos.EncryptResponseOrBuilder |
|
DaprProtos.ExecuteActorStateTransactionRequest |
ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
|
DaprProtos.ExecuteActorStateTransactionRequest.Builder |
ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
|
DaprProtos.ExecuteActorStateTransactionRequestOrBuilder |
|
DaprProtos.ExecuteStateTransactionRequest |
ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
|
DaprProtos.ExecuteStateTransactionRequest.Builder |
ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
|
DaprProtos.ExecuteStateTransactionRequestOrBuilder |
|
DaprProtos.GetActorStateRequest |
GetActorStateRequest is the message to get key-value states from specific actor.
|
DaprProtos.GetActorStateRequest.Builder |
GetActorStateRequest is the message to get key-value states from specific actor.
|
DaprProtos.GetActorStateRequestOrBuilder |
|
DaprProtos.GetActorStateResponse |
GetActorStateResponse is the response conveying the actor's state value.
|
DaprProtos.GetActorStateResponse.Builder |
GetActorStateResponse is the response conveying the actor's state value.
|
DaprProtos.GetActorStateResponseOrBuilder |
|
DaprProtos.GetBulkSecretRequest |
GetBulkSecretRequest is the message to get the secrets from secret store.
|
DaprProtos.GetBulkSecretRequest.Builder |
GetBulkSecretRequest is the message to get the secrets from secret store.
|
DaprProtos.GetBulkSecretRequestOrBuilder |
|
DaprProtos.GetBulkSecretResponse |
GetBulkSecretResponse is the response message to convey the requested secrets.
|
DaprProtos.GetBulkSecretResponse.Builder |
GetBulkSecretResponse is the response message to convey the requested secrets.
|
DaprProtos.GetBulkSecretResponseOrBuilder |
|
DaprProtos.GetBulkStateRequest |
GetBulkStateRequest is the message to get a list of key-value states from specific state store.
|
DaprProtos.GetBulkStateRequest.Builder |
GetBulkStateRequest is the message to get a list of key-value states from specific state store.
|
DaprProtos.GetBulkStateRequestOrBuilder |
|
DaprProtos.GetBulkStateResponse |
GetBulkStateResponse is the response conveying the list of state values.
|
DaprProtos.GetBulkStateResponse.Builder |
GetBulkStateResponse is the response conveying the list of state values.
|
DaprProtos.GetBulkStateResponseOrBuilder |
|
DaprProtos.GetConfigurationRequest |
GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
|
DaprProtos.GetConfigurationRequest.Builder |
GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
|
DaprProtos.GetConfigurationRequestOrBuilder |
|
DaprProtos.GetConfigurationResponse |
GetConfigurationResponse is the response conveying the list of configuration values.
|
DaprProtos.GetConfigurationResponse.Builder |
GetConfigurationResponse is the response conveying the list of configuration values.
|
DaprProtos.GetConfigurationResponseOrBuilder |
|
DaprProtos.GetMetadataResponse |
GetMetadataResponse is a message that is returned on GetMetadata rpc call
|
DaprProtos.GetMetadataResponse.Builder |
GetMetadataResponse is a message that is returned on GetMetadata rpc call
|
DaprProtos.GetMetadataResponseOrBuilder |
|
DaprProtos.GetSecretRequest |
GetSecretRequest is the message to get secret from secret store.
|
DaprProtos.GetSecretRequest.Builder |
GetSecretRequest is the message to get secret from secret store.
|
DaprProtos.GetSecretRequestOrBuilder |
|
DaprProtos.GetSecretResponse |
GetSecretResponse is the response message to convey the requested secret.
|
DaprProtos.GetSecretResponse.Builder |
GetSecretResponse is the response message to convey the requested secret.
|
DaprProtos.GetSecretResponseOrBuilder |
|
DaprProtos.GetStateRequest |
GetStateRequest is the message to get key-value states from specific state store.
|
DaprProtos.GetStateRequest.Builder |
GetStateRequest is the message to get key-value states from specific state store.
|
DaprProtos.GetStateRequestOrBuilder |
|
DaprProtos.GetStateResponse |
GetStateResponse is the response conveying the state value and etag.
|
DaprProtos.GetStateResponse.Builder |
GetStateResponse is the response conveying the state value and etag.
|
DaprProtos.GetStateResponseOrBuilder |
|
DaprProtos.GetWorkflowRequest |
GetWorkflowRequest is the request for GetWorkflowBeta1.
|
DaprProtos.GetWorkflowRequest.Builder |
GetWorkflowRequest is the request for GetWorkflowBeta1.
|
DaprProtos.GetWorkflowRequestOrBuilder |
|
DaprProtos.GetWorkflowResponse |
GetWorkflowResponse is the response for GetWorkflowBeta1.
|
DaprProtos.GetWorkflowResponse.Builder |
GetWorkflowResponse is the response for GetWorkflowBeta1.
|
DaprProtos.GetWorkflowResponseOrBuilder |
|
DaprProtos.InvokeActorRequest |
InvokeActorRequest is the message to call an actor.
|
DaprProtos.InvokeActorRequest.Builder |
InvokeActorRequest is the message to call an actor.
|
DaprProtos.InvokeActorRequestOrBuilder |
|
DaprProtos.InvokeActorResponse |
InvokeActorResponse is the method that returns an actor invocation response.
|
DaprProtos.InvokeActorResponse.Builder |
InvokeActorResponse is the method that returns an actor invocation response.
|
DaprProtos.InvokeActorResponseOrBuilder |
|
DaprProtos.InvokeBindingRequest |
InvokeBindingRequest is the message to send data to output bindings
|
DaprProtos.InvokeBindingRequest.Builder |
InvokeBindingRequest is the message to send data to output bindings
|
DaprProtos.InvokeBindingRequestOrBuilder |
|
DaprProtos.InvokeBindingResponse |
InvokeBindingResponse is the message returned from an output binding invocation
|
DaprProtos.InvokeBindingResponse.Builder |
InvokeBindingResponse is the message returned from an output binding invocation
|
DaprProtos.InvokeBindingResponseOrBuilder |
|
DaprProtos.InvokeServiceRequest |
InvokeServiceRequest represents the request message for Service invocation.
|
DaprProtos.InvokeServiceRequest.Builder |
InvokeServiceRequest represents the request message for Service invocation.
|
DaprProtos.InvokeServiceRequestOrBuilder |
|
DaprProtos.MetadataHTTPEndpoint |
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
|
DaprProtos.MetadataHTTPEndpoint.Builder |
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
|
DaprProtos.MetadataHTTPEndpointOrBuilder |
|
DaprProtos.PauseWorkflowRequest |
PauseWorkflowRequest is the request for PauseWorkflowBeta1.
|
DaprProtos.PauseWorkflowRequest.Builder |
PauseWorkflowRequest is the request for PauseWorkflowBeta1.
|
DaprProtos.PauseWorkflowRequestOrBuilder |
|
DaprProtos.PublishEventRequest |
PublishEventRequest is the message to publish event data to pubsub topic
|
DaprProtos.PublishEventRequest.Builder |
PublishEventRequest is the message to publish event data to pubsub topic
|
DaprProtos.PublishEventRequestOrBuilder |
|
DaprProtos.PubsubSubscription |
Protobuf type dapr.proto.runtime.v1.PubsubSubscription
|
DaprProtos.PubsubSubscription.Builder |
Protobuf type dapr.proto.runtime.v1.PubsubSubscription
|
DaprProtos.PubsubSubscriptionOrBuilder |
|
DaprProtos.PubsubSubscriptionRule |
Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
|
DaprProtos.PubsubSubscriptionRule.Builder |
Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRule
|
DaprProtos.PubsubSubscriptionRuleOrBuilder |
|
DaprProtos.PubsubSubscriptionRules |
Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
|
DaprProtos.PubsubSubscriptionRules.Builder |
Protobuf type dapr.proto.runtime.v1.PubsubSubscriptionRules
|
DaprProtos.PubsubSubscriptionRulesOrBuilder |
|
DaprProtos.PurgeWorkflowRequest |
PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
|
DaprProtos.PurgeWorkflowRequest.Builder |
PurgeWorkflowRequest is the request for PurgeWorkflowBeta1.
|
DaprProtos.PurgeWorkflowRequestOrBuilder |
|
DaprProtos.QueryStateItem |
Protobuf type dapr.proto.runtime.v1.QueryStateItem
|
DaprProtos.QueryStateItem.Builder |
Protobuf type dapr.proto.runtime.v1.QueryStateItem
|
DaprProtos.QueryStateItemOrBuilder |
|
DaprProtos.QueryStateRequest |
QueryStateRequest is the message to query state store.
|
DaprProtos.QueryStateRequest.Builder |
QueryStateRequest is the message to query state store.
|
DaprProtos.QueryStateRequestOrBuilder |
|
DaprProtos.QueryStateResponse |
QueryStateResponse is the response conveying the query results.
|
DaprProtos.QueryStateResponse.Builder |
QueryStateResponse is the response conveying the query results.
|
DaprProtos.QueryStateResponseOrBuilder |
|
DaprProtos.RaiseEventWorkflowRequest |
RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
|
DaprProtos.RaiseEventWorkflowRequest.Builder |
RaiseEventWorkflowRequest is the request for RaiseEventWorkflowBeta1.
|
DaprProtos.RaiseEventWorkflowRequestOrBuilder |
|
DaprProtos.RegisterActorReminderRequest |
RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.
|
DaprProtos.RegisterActorReminderRequest.Builder |
RegisterActorReminderRequest is the message to register a reminder for an actor of a given type and id.
|
DaprProtos.RegisterActorReminderRequestOrBuilder |
|
DaprProtos.RegisterActorTimerRequest |
RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.
|
DaprProtos.RegisterActorTimerRequest.Builder |
RegisterActorTimerRequest is the message to register a timer for an actor of a given type and id.
|
DaprProtos.RegisterActorTimerRequestOrBuilder |
|
DaprProtos.RegisteredComponents |
Protobuf type dapr.proto.runtime.v1.RegisteredComponents
|
DaprProtos.RegisteredComponents.Builder |
Protobuf type dapr.proto.runtime.v1.RegisteredComponents
|
DaprProtos.RegisteredComponentsOrBuilder |
|
DaprProtos.RenameActorReminderRequest |
RenameActorReminderRequest is the message to rename an actor reminder.
|
DaprProtos.RenameActorReminderRequest.Builder |
RenameActorReminderRequest is the message to rename an actor reminder.
|
DaprProtos.RenameActorReminderRequestOrBuilder |
|
DaprProtos.ResumeWorkflowRequest |
ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
|
DaprProtos.ResumeWorkflowRequest.Builder |
ResumeWorkflowRequest is the request for ResumeWorkflowBeta1.
|
DaprProtos.ResumeWorkflowRequestOrBuilder |
|
DaprProtos.SaveStateRequest |
SaveStateRequest is the message to save multiple states into state store.
|
DaprProtos.SaveStateRequest.Builder |
SaveStateRequest is the message to save multiple states into state store.
|
DaprProtos.SaveStateRequestOrBuilder |
|
DaprProtos.SecretResponse |
SecretResponse is a map of decrypted string/string values
|
DaprProtos.SecretResponse.Builder |
SecretResponse is a map of decrypted string/string values
|
DaprProtos.SecretResponseOrBuilder |
|
DaprProtos.SetMetadataRequest |
Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
|
DaprProtos.SetMetadataRequest.Builder |
Protobuf type dapr.proto.runtime.v1.SetMetadataRequest
|
DaprProtos.SetMetadataRequestOrBuilder |
|
DaprProtos.StartWorkflowRequest |
StartWorkflowRequest is the request for StartWorkflowBeta1.
|
DaprProtos.StartWorkflowRequest.Builder |
StartWorkflowRequest is the request for StartWorkflowBeta1.
|
DaprProtos.StartWorkflowRequestOrBuilder |
|
DaprProtos.StartWorkflowResponse |
StartWorkflowResponse is the response for StartWorkflowBeta1.
|
DaprProtos.StartWorkflowResponse.Builder |
StartWorkflowResponse is the response for StartWorkflowBeta1.
|
DaprProtos.StartWorkflowResponseOrBuilder |
|
DaprProtos.SubscribeConfigurationRequest |
SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
|
DaprProtos.SubscribeConfigurationRequest.Builder |
SubscribeConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
|
DaprProtos.SubscribeConfigurationRequestOrBuilder |
|
DaprProtos.SubscribeConfigurationResponse |
Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
|
DaprProtos.SubscribeConfigurationResponse.Builder |
Protobuf type dapr.proto.runtime.v1.SubscribeConfigurationResponse
|
DaprProtos.SubscribeConfigurationResponseOrBuilder |
|
DaprProtos.SubtleDecryptRequest |
SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
|
DaprProtos.SubtleDecryptRequest.Builder |
SubtleDecryptRequest is the request for SubtleDecryptAlpha1.
|
DaprProtos.SubtleDecryptRequestOrBuilder |
|
DaprProtos.SubtleDecryptResponse |
SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
|
DaprProtos.SubtleDecryptResponse.Builder |
SubtleDecryptResponse is the response for SubtleDecryptAlpha1.
|
DaprProtos.SubtleDecryptResponseOrBuilder |
|
DaprProtos.SubtleEncryptRequest |
SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
|
DaprProtos.SubtleEncryptRequest.Builder |
SubtleEncryptRequest is the request for SubtleEncryptAlpha1.
|
DaprProtos.SubtleEncryptRequestOrBuilder |
|
DaprProtos.SubtleEncryptResponse |
SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
|
DaprProtos.SubtleEncryptResponse.Builder |
SubtleEncryptResponse is the response for SubtleEncryptAlpha1.
|
DaprProtos.SubtleEncryptResponseOrBuilder |
|
DaprProtos.SubtleGetKeyRequest |
SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
|
DaprProtos.SubtleGetKeyRequest.Builder |
SubtleGetKeyRequest is the request object for SubtleGetKeyAlpha1.
|
DaprProtos.SubtleGetKeyRequest.KeyFormat |
Protobuf enum dapr.proto.runtime.v1.SubtleGetKeyRequest.KeyFormat
|
DaprProtos.SubtleGetKeyRequestOrBuilder |
|
DaprProtos.SubtleGetKeyResponse |
SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
|
DaprProtos.SubtleGetKeyResponse.Builder |
SubtleGetKeyResponse is the response for SubtleGetKeyAlpha1.
|
DaprProtos.SubtleGetKeyResponseOrBuilder |
|
DaprProtos.SubtleSignRequest |
SubtleSignRequest is the request for SubtleSignAlpha1.
|
DaprProtos.SubtleSignRequest.Builder |
SubtleSignRequest is the request for SubtleSignAlpha1.
|
DaprProtos.SubtleSignRequestOrBuilder |
|
DaprProtos.SubtleSignResponse |
SubtleSignResponse is the response for SubtleSignAlpha1.
|
DaprProtos.SubtleSignResponse.Builder |
SubtleSignResponse is the response for SubtleSignAlpha1.
|
DaprProtos.SubtleSignResponseOrBuilder |
|
DaprProtos.SubtleUnwrapKeyRequest |
SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
|
DaprProtos.SubtleUnwrapKeyRequest.Builder |
SubtleUnwrapKeyRequest is the request for SubtleUnwrapKeyAlpha1.
|
DaprProtos.SubtleUnwrapKeyRequestOrBuilder |
|
DaprProtos.SubtleUnwrapKeyResponse |
SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
|
DaprProtos.SubtleUnwrapKeyResponse.Builder |
SubtleUnwrapKeyResponse is the response for SubtleUnwrapKeyAlpha1.
|
DaprProtos.SubtleUnwrapKeyResponseOrBuilder |
|
DaprProtos.SubtleVerifyRequest |
SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
|
DaprProtos.SubtleVerifyRequest.Builder |
SubtleVerifyRequest is the request for SubtleVerifyAlpha1.
|
DaprProtos.SubtleVerifyRequestOrBuilder |
|
DaprProtos.SubtleVerifyResponse |
SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
|
DaprProtos.SubtleVerifyResponse.Builder |
SubtleVerifyResponse is the response for SubtleVerifyAlpha1.
|
DaprProtos.SubtleVerifyResponseOrBuilder |
|
DaprProtos.SubtleWrapKeyRequest |
SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
|
DaprProtos.SubtleWrapKeyRequest.Builder |
SubtleWrapKeyRequest is the request for SubtleWrapKeyAlpha1.
|
DaprProtos.SubtleWrapKeyRequestOrBuilder |
|
DaprProtos.SubtleWrapKeyResponse |
SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
|
DaprProtos.SubtleWrapKeyResponse.Builder |
SubtleWrapKeyResponse is the response for SubtleWrapKeyAlpha1.
|
DaprProtos.SubtleWrapKeyResponseOrBuilder |
|
DaprProtos.TerminateWorkflowRequest |
TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
|
DaprProtos.TerminateWorkflowRequest.Builder |
TerminateWorkflowRequest is the request for TerminateWorkflowBeta1.
|
DaprProtos.TerminateWorkflowRequestOrBuilder |
|
DaprProtos.TransactionalActorStateOperation |
TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
|
DaprProtos.TransactionalActorStateOperation.Builder |
TransactionalActorStateOperation is the message to execute a specified operation with a key-value pair.
|
DaprProtos.TransactionalActorStateOperationOrBuilder |
|
DaprProtos.TransactionalStateOperation |
TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
|
DaprProtos.TransactionalStateOperation.Builder |
TransactionalStateOperation is the message to execute a specified operation with a key-value pair.
|
DaprProtos.TransactionalStateOperationOrBuilder |
|
DaprProtos.TryLockRequest |
Protobuf type dapr.proto.runtime.v1.TryLockRequest
|
DaprProtos.TryLockRequest.Builder |
Protobuf type dapr.proto.runtime.v1.TryLockRequest
|
DaprProtos.TryLockRequestOrBuilder |
|
DaprProtos.TryLockResponse |
Protobuf type dapr.proto.runtime.v1.TryLockResponse
|
DaprProtos.TryLockResponse.Builder |
Protobuf type dapr.proto.runtime.v1.TryLockResponse
|
DaprProtos.TryLockResponseOrBuilder |
|
DaprProtos.UnlockRequest |
Protobuf type dapr.proto.runtime.v1.UnlockRequest
|
DaprProtos.UnlockRequest.Builder |
Protobuf type dapr.proto.runtime.v1.UnlockRequest
|
DaprProtos.UnlockRequestOrBuilder |
|
DaprProtos.UnlockResponse |
Protobuf type dapr.proto.runtime.v1.UnlockResponse
|
DaprProtos.UnlockResponse.Builder |
Protobuf type dapr.proto.runtime.v1.UnlockResponse
|
DaprProtos.UnlockResponse.Status |
Protobuf enum dapr.proto.runtime.v1.UnlockResponse.Status
|
DaprProtos.UnlockResponseOrBuilder |
|
DaprProtos.UnregisterActorReminderRequest |
UnregisterActorReminderRequest is the message to unregister an actor reminder.
|
DaprProtos.UnregisterActorReminderRequest.Builder |
UnregisterActorReminderRequest is the message to unregister an actor reminder.
|
DaprProtos.UnregisterActorReminderRequestOrBuilder |
|
DaprProtos.UnregisterActorTimerRequest |
UnregisterActorTimerRequest is the message to unregister an actor timer
|
DaprProtos.UnregisterActorTimerRequest.Builder |
UnregisterActorTimerRequest is the message to unregister an actor timer
|
DaprProtos.UnregisterActorTimerRequestOrBuilder |
|
DaprProtos.UnsubscribeConfigurationRequest |
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
|
DaprProtos.UnsubscribeConfigurationRequest.Builder |
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.
|
DaprProtos.UnsubscribeConfigurationRequestOrBuilder |
|
DaprProtos.UnsubscribeConfigurationResponse |
Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
|
DaprProtos.UnsubscribeConfigurationResponse.Builder |
Protobuf type dapr.proto.runtime.v1.UnsubscribeConfigurationResponse
|
DaprProtos.UnsubscribeConfigurationResponseOrBuilder |
|
DaprWorkflowClient |
Defines client operations for managing Dapr Workflow instances.
|
DaprWorkflowContextImpl |
|
DefaultContentTypeConverter |
A utility class for converting event to bytes based on content type or given serializer.
|
DefaultObjectSerializer |
Default serializer/deserializer for request/response objects and for state objects too.
|
DeleteStateRequest |
A request to delete a state by key.
|
DurationUtils |
|
EqFilter<T> |
|
ExecuteStateTransactionRequest |
A request for executing state transaction operations.
|
Filter<T> |
|
GenericProperty<T> |
Configuration property for any type.
|
GetBulkSecretRequest |
A request to get a secret by key.
|
GetBulkStateRequest |
A request to get bulk state by keys.
|
GetConfigurationRequest |
Request to get one or more configuration items from Dapr's configuration store.
|
GetSecretRequest |
A request to get a secret by key.
|
GetStateRequest |
A request to get a state by key.
|
GrpcWrapper |
Wraps a Dapr gRPC stub with telemetry interceptor.
|
Headers |
Common headers for GRPC and HTTP communication.
|
HttpExtension |
HTTP Extension class.
|
InFilter<T> |
|
IntegerProperty |
Integer configuration property.
|
InvokeBindingRequest |
A request to invoke binding.
|
InvokeMethodRequest |
A request to invoke a service.
|
LockRequest |
A request to lock.
|
Metadata |
Enumerates commonly used metadata attributes.
|
MillisecondsDurationProperty |
Integer configuration property.
|
NetworkUtils |
Utility methods for network, internal to Dapr SDK.
|
ObjectSerializer |
Serializes and deserializes an internal object.
|
OrFilter |
|
Pagination |
|
Properties |
Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.
|
Property<T> |
A configuration property in the Dapr's SDK.
|
PublishEventRequest |
A request to publish an event.
|
Query |
|
QueryStateItem<T> |
|
QueryStateRequest |
|
QueryStateResponse<T> |
|
Remindable<T> |
Interface that actors must implement to consume reminders registered using RegisterReminderAsync.
|
ResiliencyOptions |
Resiliency policy for SDK communication to Dapr API.
|
RetryPolicy |
Retry policy for SDK communication to Dapr API.
|
Rule |
|
SaveStateRequest |
A request to save states to state store.
|
Sorting |
|
Sorting.Order |
|
State<T> |
This class reprent what a State is.
|
StateOptions |
A class representing the state options for Dapr state API.
|
StateOptions.Concurrency |
Options for Concurrency.
|
StateOptions.Consistency |
Options for Consistency.
|
StateOptions.StateOptionDurationDeserializer |
|
StateOptions.StateOptionDurationSerializer |
|
StringProperty |
String configuration property.
|
SubscribeConfigurationRequest |
Request to subscribe to one or more configuration items.
|
SubscribeConfigurationResponse |
Domain object for response from subscribeConfiguration API.
|
TimeoutPolicy |
Timeout policy for SDK communication to Dapr API.
|
Topic |
|
TransactionalStateOperation<T> |
Class to represent transactional state operations.
|
TransactionalStateOperation.OperationType |
Options for type of operation.
|
TransactionalStateRequest<T> |
A class to represent request for transactional state.
|
TypeRef<T> |
Used to reference a type.
|
UnlockRequest |
A request to unlock.
|
UnlockResponseStatus |
|
UnsubscribeConfigurationRequest |
Request to unsubscribe to one or more configuration items using subscription id.
|
UnsubscribeConfigurationResponse |
Domain object for unsubscribe response.
|
Version |
|
Workflow |
Common interface for workflow implementations.
|
WorkflowActivity |
Common interface for task activity implementations.
|
WorkflowActivityContext |
Wrapper for Durable Task Framework TaskActivityContext .
|
WorkflowContext |
Context object used by workflow implementations to perform actions such as scheduling activities,
durable timers, waiting for external events, and for getting basic information about the current
workflow instance.
|
WorkflowFailureDetails |
Represents a workflow failure details.
|
WorkflowInstanceStatus |
Represents a snapshot of a workflow instance's current state, including
metadata.
|
WorkflowRuntime |
Contains methods to register workflows and activities.
|
WorkflowRuntimeBuilder |
|
WorkflowRuntimeStatus |
Enum describing the runtime status of a workflow.
|
WorkflowStub |
|