Uses of Class
io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest
Packages that use DaprAppCallbackProtos.BindingEventRequest
-
Uses of DaprAppCallbackProtos.BindingEventRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.BindingEventRequestModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.BindingEventRequestModifier 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()
Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.BindingEventRequestModifier 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.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.