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