Package io.dapr.v1
Class AppCallbackAlphaGrpc
java.lang.Object
io.dapr.v1.AppCallbackAlphaGrpc
@Generated(value="by gRPC proto compiler (version 1.64.0)",
comments="Source: dapr/proto/runtime/v1/appcallback.proto")
public final class AppCallbackAlphaGrpc
extends Object
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service AppCallbackAlpha.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service AppCallbackAlpha.static class
Base class for the server implementation of the service AppCallbackAlpha.static final class
A stub to allow clients to do asynchronous rpc calls to service AppCallbackAlpha.static interface
AppCallbackAlpha V1 is an optional extension to AppCallback V1 to opt for Alpha RPCs. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<DaprAppCallbackProtos.TopicEventBulkRequest,
DaprAppCallbackProtos.TopicEventBulkResponse> static io.grpc.MethodDescriptor<DaprAppCallbackProtos.JobEventRequest,
DaprAppCallbackProtos.JobEventResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getOnBulkTopicEventAlpha1Method
public static io.grpc.MethodDescriptor<DaprAppCallbackProtos.TopicEventBulkRequest,DaprAppCallbackProtos.TopicEventBulkResponse> getOnBulkTopicEventAlpha1Method() -
getOnJobEventAlpha1Method
public static io.grpc.MethodDescriptor<DaprAppCallbackProtos.JobEventRequest,DaprAppCallbackProtos.JobEventResponse> getOnJobEventAlpha1Method() -
newStub
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 -
bindService
public static final io.grpc.ServerServiceDefinition bindService(AppCallbackAlphaGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-