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