@Generated(value="by gRPC proto compiler (version 1.25.0)", comments="Source: dapr.proto") public final class DaprGrpc extends Object
Dapr definitions
Modifier and Type | Class and Description |
---|---|
static class |
DaprGrpc.DaprBlockingStub
Dapr definitions
|
static class |
DaprGrpc.DaprFutureStub
Dapr definitions
|
static class |
DaprGrpc.DaprImplBase
Dapr definitions
|
static class |
DaprGrpc.DaprStub
Dapr definitions
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<DaprProtos.DeleteStateEnvelope,com.google.protobuf.Empty> |
getDeleteStateMethod() |
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 service
|
static DaprGrpc.DaprFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DaprGrpc.DaprStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<DaprProtos.PublishEventEnvelope,com.google.protobuf.Empty> getPublishEventMethod()
public static io.grpc.MethodDescriptor<DaprProtos.InvokeServiceEnvelope,DaprProtos.InvokeServiceResponseEnvelope> getInvokeServiceMethod()
public static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingEnvelope,com.google.protobuf.Empty> getInvokeBindingMethod()
public static io.grpc.MethodDescriptor<DaprProtos.GetStateEnvelope,DaprProtos.GetStateResponseEnvelope> getGetStateMethod()
public static io.grpc.MethodDescriptor<DaprProtos.SaveStateEnvelope,com.google.protobuf.Empty> getSaveStateMethod()
public static io.grpc.MethodDescriptor<DaprProtos.DeleteStateEnvelope,com.google.protobuf.Empty> getDeleteStateMethod()
public static DaprGrpc.DaprStub newStub(io.grpc.Channel channel)
public static DaprGrpc.DaprBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DaprGrpc.DaprFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020. All rights reserved.