mirror of https://github.com/dapr/rust-sdk.git
feat: add shutdown (#42)
This commit is contained in:
parent
03e842d8dd
commit
2b96ce9678
|
@ -77,6 +77,9 @@ service Dapr {
|
|||
|
||||
// Sets value in extended metadata of the sidecar
|
||||
rpc SetMetadata (SetMetadataRequest) returns (google.protobuf.Empty) {}
|
||||
|
||||
// Shutdown the sidecar
|
||||
rpc Shutdown (google.protobuf.Empty) returns (google.protobuf.Empty) {}
|
||||
}
|
||||
|
||||
// InvokeServiceRequest represents the request message for Service invocation.
|
||||
|
|
Loading…
Reference in New Issue