Package io.dapr.v1
Class AppCallbackGrpc
java.lang.Object
io.dapr.v1.AppCallbackGrpc
@Generated(value="by gRPC proto compiler (version 1.64.0)",
comments="Source: dapr/proto/runtime/v1/appcallback.proto")
public final class AppCallbackGrpc
extends Object
AppCallback V1 allows user application to interact with Dapr runtime. User application needs to implement AppCallback service if it needs to receive message from dapr runtime.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service AppCallback.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service AppCallback.static class
Base class for the server implementation of the service AppCallback.static final class
A stub to allow clients to do asynchronous rpc calls to service AppCallback.static interface
AppCallback V1 allows user application to interact with Dapr runtime. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(AppCallbackGrpc.AsyncService service) static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
DaprAppCallbackProtos.ListInputBindingsResponse> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
DaprAppCallbackProtos.ListTopicSubscriptionsResponse> static io.grpc.MethodDescriptor<DaprAppCallbackProtos.BindingEventRequest,
DaprAppCallbackProtos.BindingEventResponse> static io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,
CommonProtos.InvokeResponse> static io.grpc.MethodDescriptor<DaprAppCallbackProtos.TopicEventRequest,
DaprAppCallbackProtos.TopicEventResponse> 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
-
getOnInvokeMethod
public static io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,CommonProtos.InvokeResponse> getOnInvokeMethod() -
getListTopicSubscriptionsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprAppCallbackProtos.ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod() -
getOnTopicEventMethod
public static io.grpc.MethodDescriptor<DaprAppCallbackProtos.TopicEventRequest,DaprAppCallbackProtos.TopicEventResponse> getOnTopicEventMethod() -
getListInputBindingsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprAppCallbackProtos.ListInputBindingsResponse> getListInputBindingsMethod() -
getOnBindingEventMethod
public static io.grpc.MethodDescriptor<DaprAppCallbackProtos.BindingEventRequest,DaprAppCallbackProtos.BindingEventResponse> getOnBindingEventMethod() -
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 -
bindService
public static final io.grpc.ServerServiceDefinition bindService(AppCallbackGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-