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:445

Used in: GetMetadataResponse

enum BindingEventResponse.BindingEventConcurrency

appcallback.proto:117

BindingEventConcurrency is the kind of concurrency

Used in: BindingEventResponse

message BulkStateItem

dapr.proto:141

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

Used in: GetBulkStateResponse

message QueryStateItem

dapr.proto:222

Used in: QueryStateResponse

message RegisteredComponents

dapr.proto:450

Used in: GetMetadataResponse

message SecretResponse

dapr.proto:329

SecretResponse is a map of decrypted string/string values

Used in: GetBulkSecretResponse

enum TopicEventResponse.TopicEventResponseStatus

appcallback.proto:82

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

Used in: TopicEventResponse

message TopicRoutes

appcallback.proto:157

Used in: TopicSubscription

message TopicRule

appcallback.proto:165

Used in: TopicRoutes

message TopicSubscription

appcallback.proto:142

TopicSubscription represents topic and metadata.

Used in: ListTopicSubscriptionsResponse

message TransactionalActorStateOperation

dapr.proto:418

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

Used in: ExecuteActorStateTransactionRequest

message TransactionalStateOperation

dapr.proto:341

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

Used in: ExecuteStateTransactionRequest