Uses of Class
io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse
Packages that use DaprAppCallbackProtos.BindingEventResponse
-
Uses of DaprAppCallbackProtos.BindingEventResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.BindingEventResponseModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.BindingEventResponseModifier 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()
Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.BindingEventResponseModifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.mergeFrom(DaprAppCallbackProtos.BindingEventResponse other)
DaprAppCallbackProtos.BindingEventResponse.newBuilder(DaprAppCallbackProtos.BindingEventResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprAppCallbackProtos.BindingEventResponseModifier and TypeMethodDescriptionvoid
AppCallbackGrpc.AppCallbackImplBase.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.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.