package dapr.proto.runtime.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AppCallback

appcallback.proto:21

AppCallback V1 allows user application to interact with Dapr runtime. User application needs to implement AppCallback service if it needs to receive message from dapr runtime.

service Dapr

dapr.proto:20

Dapr service provides APIs to user application to access Dapr building blocks.

message ActiveActorsCount

dapr.proto:392

Used in: GetMetadataResponse

enum BindingEventResponse.BindingEventConcurrency

appcallback.proto:113

BindingEventConcurrency is the kind of concurrency

Used in: BindingEventResponse

message BulkStateItem

dapr.proto:129

BulkStateItem is the response item for a bulk get operation. Return values include the item key, data and etag.

Used in: GetBulkStateResponse

message RegisteredComponents

dapr.proto:397

Used in: GetMetadataResponse

message SecretResponse

dapr.proto:278

SecretResponse is a map of decrypted string/string values

Used in: GetBulkSecretResponse

enum TopicEventResponse.TopicEventResponseStatus

appcallback.proto:78

TopicEventResponseStatus allows apps to have finer control over handling of the message.

Used in: TopicEventResponse

message TopicSubscription

appcallback.proto:138

TopicSubscription represents topic and metadata.

Used in: ListTopicSubscriptionsResponse

message TransactionalActorStateOperation

dapr.proto:365

TransactionalAcorStateOperation is the message to execute a specified operation with a key-value pair.

Used in: ExecuteActorStateTransactionRequest

message TransactionalStateOperation

dapr.proto:290

TransactionalStateOperation is the message to execute a specified operation with a key-value pair.

Used in: ExecuteStateTransactionRequest