Uses of Class
io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest
-
Uses of DaprAppCallbackProtos.BindingEventRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventRequest.Builder.build()
DaprAppCallbackProtos.BindingEventRequest.Builder.buildPartial()
DaprAppCallbackProtos.BindingEventRequest.getDefaultInstance()
DaprAppCallbackProtos.BindingEventRequest.Builder.getDefaultInstanceForType()
DaprAppCallbackProtos.BindingEventRequest.getDefaultInstanceForType()
DaprAppCallbackProtos.BindingEventRequest.parseDelimitedFrom
(InputStream input) DaprAppCallbackProtos.BindingEventRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(byte[] data) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(com.google.protobuf.ByteString data) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(InputStream input) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(ByteBuffer data) DaprAppCallbackProtos.BindingEventRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprAppCallbackProtos.BindingEventRequest,
DaprAppCallbackProtos.BindingEventResponse> AppCallbackGrpc.getOnBindingEventMethod()
com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventRequest>
DaprAppCallbackProtos.BindingEventRequest.getParserForType()
static com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventRequest>
DaprAppCallbackProtos.BindingEventRequest.parser()
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventRequest.Builder.mergeFrom
(DaprAppCallbackProtos.BindingEventRequest other) DaprAppCallbackProtos.BindingEventRequest.newBuilder
(DaprAppCallbackProtos.BindingEventRequest prototype) AppCallbackGrpc.AppCallbackBlockingStub.onBindingEvent
(DaprAppCallbackProtos.BindingEventRequest request) Listens events from the input bindings User application can save the states or send the events to the output bindings optionally by returning BindingEventResponse.com.google.common.util.concurrent.ListenableFuture<DaprAppCallbackProtos.BindingEventResponse>
AppCallbackGrpc.AppCallbackFutureStub.onBindingEvent
(DaprAppCallbackProtos.BindingEventRequest request) Listens events from the input bindings User application can save the states or send the events to the output bindings optionally by returning BindingEventResponse.void
AppCallbackGrpc.AppCallbackStub.onBindingEvent
(DaprAppCallbackProtos.BindingEventRequest request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.BindingEventResponse> responseObserver) Listens events from the input bindings User application can save the states or send the events to the output bindings optionally by returning BindingEventResponse.default void
AppCallbackGrpc.AsyncService.onBindingEvent
(DaprAppCallbackProtos.BindingEventRequest request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.BindingEventResponse> responseObserver) Listens events from the input bindings User application can save the states or send the events to the output bindings optionally by returning BindingEventResponse.