Package io.dapr.v1
Class DaprClientGrpc
java.lang.Object
io.dapr.v1.DaprClientGrpc
@Generated(value="by gRPC proto compiler (version 1.25.0)",
comments="Source: daprclient.proto")
public final class DaprClientGrpc
extends java.lang.Object
DaprClient service allows user application to interact with Dapr runtime. User application needs to implement DaprClient service if it needs to receive message from dapr runtime.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DaprClientGrpc.DaprClientBlockingStub
DaprClient service allows user application to interact with Dapr runtime.static class
DaprClientGrpc.DaprClientFutureStub
DaprClient service allows user application to interact with Dapr runtime.static class
DaprClientGrpc.DaprClientImplBase
DaprClient service allows user application to interact with Dapr runtime.static class
DaprClientGrpc.DaprClientStub
DaprClient service allows user application to interact with Dapr runtime. -
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
Modifier and Type Method Description static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprClientProtos.GetBindingsSubscriptionsEnvelope>
getGetBindingsSubscriptionsMethod()
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprClientProtos.GetTopicSubscriptionsEnvelope>
getGetTopicSubscriptionsMethod()
static io.grpc.MethodDescriptor<DaprClientProtos.BindingEventEnvelope,DaprClientProtos.BindingResponseEnvelope>
getOnBindingEventMethod()
static io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,CommonProtos.InvokeResponse>
getOnInvokeMethod()
static io.grpc.MethodDescriptor<DaprClientProtos.CloudEventEnvelope,com.google.protobuf.Empty>
getOnTopicEventMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static DaprClientGrpc.DaprClientBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DaprClientGrpc.DaprClientFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DaprClientGrpc.DaprClientStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME- See Also:
- Constant Field Values
-
-
Method Details
-
getOnInvokeMethod
public static io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,CommonProtos.InvokeResponse> getOnInvokeMethod() -
getGetTopicSubscriptionsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprClientProtos.GetTopicSubscriptionsEnvelope> getGetTopicSubscriptionsMethod() -
getGetBindingsSubscriptionsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprClientProtos.GetBindingsSubscriptionsEnvelope> getGetBindingsSubscriptionsMethod() -
getOnBindingEventMethod
public static io.grpc.MethodDescriptor<DaprClientProtos.BindingEventEnvelope,DaprClientProtos.BindingResponseEnvelope> getOnBindingEventMethod() -
getOnTopicEventMethod
public static io.grpc.MethodDescriptor<DaprClientProtos.CloudEventEnvelope,com.google.protobuf.Empty> getOnTopicEventMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-