Uses of Class
io.dapr.v1.DaprProtos.InvokeBindingResponse
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.InvokeBindingResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.InvokeBindingResponse Modifier and Type Method Description DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse.Builder. build()
DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse.Builder. buildPartial()
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. getDefaultInstance()
DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse.Builder. getDefaultInstanceForType()
DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. getDefaultInstanceForType()
DaprProtos.InvokeBindingResponse
DaprGrpc.DaprBlockingStub. invokeBinding(DaprProtos.InvokeBindingRequest request)
Invokes binding data to specific output bindingsstatic DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(byte[] data)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(java.io.InputStream input)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.InvokeBindingResponse
DaprProtos.InvokeBindingResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.InvokeBindingResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingRequest,DaprProtos.InvokeBindingResponse>
DaprGrpc. getInvokeBindingMethod()
com.google.protobuf.Parser<DaprProtos.InvokeBindingResponse>
DaprProtos.InvokeBindingResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.InvokeBindingResponse>
DaprGrpc.DaprFutureStub. invokeBinding(DaprProtos.InvokeBindingRequest request)
Invokes binding data to specific output bindingsstatic com.google.protobuf.Parser<DaprProtos.InvokeBindingResponse>
DaprProtos.InvokeBindingResponse. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.InvokeBindingResponse Modifier and Type Method Description DaprProtos.InvokeBindingResponse.Builder
DaprProtos.InvokeBindingResponse.Builder. mergeFrom(DaprProtos.InvokeBindingResponse other)
static DaprProtos.InvokeBindingResponse.Builder
DaprProtos.InvokeBindingResponse. newBuilder(DaprProtos.InvokeBindingResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.InvokeBindingResponse Modifier and Type Method Description void
DaprGrpc.DaprImplBase. invokeBinding(DaprProtos.InvokeBindingRequest request, io.grpc.stub.StreamObserver<DaprProtos.InvokeBindingResponse> responseObserver)
Invokes binding data to specific output bindingsvoid
DaprGrpc.DaprStub. invokeBinding(DaprProtos.InvokeBindingRequest request, io.grpc.stub.StreamObserver<DaprProtos.InvokeBindingResponse> responseObserver)
Invokes binding data to specific output bindings