Uses of Class
io.dapr.v1.DaprAppCallbackProtos.BindingEventRequest
-
-
Uses of DaprAppCallbackProtos.BindingEventRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.BindingEventRequest Modifier and Type Method Description DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest.Builder. build()DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest.Builder. buildPartial()static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. getDefaultInstance()DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest.Builder. getDefaultInstanceForType()DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. getDefaultInstanceForType()static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseDelimitedFrom(InputStream input)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(byte[] data)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(com.google.protobuf.ByteString data)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(InputStream input)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(ByteBuffer data)static DaprAppCallbackProtos.BindingEventRequestDaprAppCallbackProtos.BindingEventRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.BindingEventRequest Modifier and Type Method Description static 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.BindingEventRequest Modifier and Type Method Description DaprAppCallbackProtos.BindingEventRequest.BuilderDaprAppCallbackProtos.BindingEventRequest.Builder. mergeFrom(DaprAppCallbackProtos.BindingEventRequest other)static DaprAppCallbackProtos.BindingEventRequest.BuilderDaprAppCallbackProtos.BindingEventRequest. newBuilder(DaprAppCallbackProtos.BindingEventRequest prototype)DaprAppCallbackProtos.BindingEventResponseAppCallbackGrpc.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.voidAppCallbackGrpc.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.voidAppCallbackGrpc.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.
-