Uses of Class
io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse
-
Uses of DaprAppCallbackProtos.BindingEventResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.build()
DaprAppCallbackProtos.BindingEventResponse.Builder.buildPartial()
DaprAppCallbackProtos.BindingEventResponse.getDefaultInstance()
DaprAppCallbackProtos.BindingEventResponse.Builder.getDefaultInstanceForType()
DaprAppCallbackProtos.BindingEventResponse.getDefaultInstanceForType()
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.DaprAppCallbackProtos.BindingEventResponse.parseDelimitedFrom
(InputStream input) DaprAppCallbackProtos.BindingEventResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(byte[] data) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(com.google.protobuf.ByteString data) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(InputStream input) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprAppCallbackProtos.BindingEventResponse.parseFrom
(ByteBuffer data) DaprAppCallbackProtos.BindingEventResponse.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.BindingEventResponse>
DaprAppCallbackProtos.BindingEventResponse.getParserForType()
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.static com.google.protobuf.Parser<DaprAppCallbackProtos.BindingEventResponse>
DaprAppCallbackProtos.BindingEventResponse.parser()
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.mergeFrom
(DaprAppCallbackProtos.BindingEventResponse other) DaprAppCallbackProtos.BindingEventResponse.newBuilder
(DaprAppCallbackProtos.BindingEventResponse prototype) Modifier and TypeMethodDescriptionvoid
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.