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.AppCallbackStub |
AppCallback V1 allows user application to interact with Dapr runtime.
|
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
|
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 inclduing data and its content type
from app callback.
|
CommonProtos.InvokeResponse.Builder |
InvokeResponse is the response message inclduing 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 |
|
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.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.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.TopicSubscription |
TopicSubscription represents topic and metadata.
|
DaprAppCallbackProtos.TopicSubscription.Builder |
TopicSubscription represents topic and metadata.
|
DaprAppCallbackProtos.TopicSubscriptionOrBuilder |
|
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.DaprStub |
Dapr service provides APIs to user application to access Dapr building blocks.
|
DaprProtos.ActiveActorsCount |
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
|
DaprProtos.ActiveActorsCount.Builder |
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
|
DaprProtos.ActiveActorsCountOrBuilder |
|
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.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.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.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.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.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.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.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.TransactionalActorStateOperation |
TransactionalAcorStateOperation is the message to execute a specified operation with a key-value pair.
|
DaprProtos.TransactionalActorStateOperation.Builder |
TransactionalAcorStateOperation 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.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 |
|