Package io.dapr.v1
Class AppCallbackAlphaGrpc
- java.lang.Object
-
- io.dapr.v1.AppCallbackAlphaGrpc
-
@Generated(value="by gRPC proto compiler (version 1.42.1)", comments="Source: appcallback.proto") public final class AppCallbackAlphaGrpc extends ObjectAppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppCallbackAlphaGrpc.AppCallbackAlphaBlockingStubAppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.static classAppCallbackAlphaGrpc.AppCallbackAlphaFutureStubAppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.static classAppCallbackAlphaGrpc.AppCallbackAlphaImplBaseAppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.static classAppCallbackAlphaGrpc.AppCallbackAlphaStubAppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<DaprAppCallbackProtos.TopicEventBulkRequest,DaprAppCallbackProtos.TopicEventBulkResponse>getOnBulkTopicEventAlpha1Method()static io.grpc.ServiceDescriptorgetServiceDescriptor()static AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AppCallbackAlphaGrpc.AppCallbackAlphaFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AppCallbackAlphaGrpc.AppCallbackAlphaStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOnBulkTopicEventAlpha1Method
public static io.grpc.MethodDescriptor<DaprAppCallbackProtos.TopicEventBulkRequest,DaprAppCallbackProtos.TopicEventBulkResponse> getOnBulkTopicEventAlpha1Method()
-
newStub
public static AppCallbackAlphaGrpc.AppCallbackAlphaStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AppCallbackAlphaGrpc.AppCallbackAlphaBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AppCallbackAlphaGrpc.AppCallbackAlphaFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-