Package io.dapr
Class DaprGrpc
java.lang.Object
io.dapr.DaprGrpc
@Generated(value="by gRPC proto compiler (version 1.25.0)",
comments="Source: dapr.proto")
public final class DaprGrpc
extends java.lang.Object
Dapr definitions
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DaprGrpc.DaprBlockingStub
Dapr definitionsstatic class
DaprGrpc.DaprFutureStub
Dapr definitionsstatic class
DaprGrpc.DaprImplBase
Dapr definitionsstatic class
DaprGrpc.DaprStub
Dapr definitions -
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<DaprProtos.DeleteStateEnvelope,com.google.protobuf.Empty>
getDeleteStateMethod()
static io.grpc.MethodDescriptor<DaprProtos.GetSecretEnvelope,DaprProtos.GetSecretResponseEnvelope>
getGetSecretMethod()
static io.grpc.MethodDescriptor<DaprProtos.GetStateEnvelope,DaprProtos.GetStateResponseEnvelope>
getGetStateMethod()
static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingEnvelope,com.google.protobuf.Empty>
getInvokeBindingMethod()
static io.grpc.MethodDescriptor<DaprProtos.InvokeServiceEnvelope,DaprProtos.InvokeServiceResponseEnvelope>
getInvokeServiceMethod()
static io.grpc.MethodDescriptor<DaprProtos.PublishEventEnvelope,com.google.protobuf.Empty>
getPublishEventMethod()
static io.grpc.MethodDescriptor<DaprProtos.SaveStateEnvelope,com.google.protobuf.Empty>
getSaveStateMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static DaprGrpc.DaprBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DaprGrpc.DaprFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DaprGrpc.DaprStub
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
-
getPublishEventMethod
public static io.grpc.MethodDescriptor<DaprProtos.PublishEventEnvelope,com.google.protobuf.Empty> getPublishEventMethod() -
getInvokeServiceMethod
public static io.grpc.MethodDescriptor<DaprProtos.InvokeServiceEnvelope,DaprProtos.InvokeServiceResponseEnvelope> getInvokeServiceMethod() -
getInvokeBindingMethod
public static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingEnvelope,com.google.protobuf.Empty> getInvokeBindingMethod() -
getGetStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetStateEnvelope,DaprProtos.GetStateResponseEnvelope> getGetStateMethod() -
getGetSecretMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetSecretEnvelope,DaprProtos.GetSecretResponseEnvelope> getGetSecretMethod() -
getSaveStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.SaveStateEnvelope,com.google.protobuf.Empty> getSaveStateMethod() -
getDeleteStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.DeleteStateEnvelope,com.google.protobuf.Empty> getDeleteStateMethod() -
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()
-