Package io.dapr.v1
Class DaprGrpc.DaprBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<DaprGrpc.DaprBlockingStub>
io.dapr.v1.DaprGrpc.DaprBlockingStub
- Enclosing class:
- DaprGrpc
public static final class DaprGrpc.DaprBlockingStub extends io.grpc.stub.AbstractStub<DaprGrpc.DaprBlockingStub>
Dapr service provides APIs to user application to access Dapr building blocks.
-
Method Summary
Modifier and Type Method Description protected DaprGrpc.DaprBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.protobuf.EmptydeleteState(DaprProtos.DeleteStateRequest request)Deletes the state for a specific key.DaprProtos.GetSecretResponsegetSecret(DaprProtos.GetSecretRequest request)Gets secrets from secret stores.DaprProtos.GetStateResponsegetState(DaprProtos.GetStateRequest request)Gets the state for a specific key.DaprProtos.InvokeBindingResponseinvokeBinding(DaprProtos.InvokeBindingRequest request)Invokes binding data to specific output bindingsCommonProtos.InvokeResponseinvokeService(DaprProtos.InvokeServiceRequest request)Invokes a method on a remote Dapr app.com.google.protobuf.EmptypublishEvent(DaprProtos.PublishEventRequest request)Publishes events to the specific topic.com.google.protobuf.EmptysaveState(DaprProtos.SaveStateRequest request)Saves the state for a specific key.
-
Method Details
-
build
protected DaprGrpc.DaprBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)- Specified by:
buildin classio.grpc.stub.AbstractStub<DaprGrpc.DaprBlockingStub>
-
invokeService
Invokes a method on a remote Dapr app.
-
getState
Gets the state for a specific key.
-
saveState
Saves the state for a specific key.
-
deleteState
Deletes the state for a specific key.
-
publishEvent
Publishes events to the specific topic.
-
invokeBinding
Invokes binding data to specific output bindings
-
getSecret
Gets secrets from secret stores.
-