Uses of Class
io.dapr.v1.DaprProtos.InvokeBindingResponse
-
Uses of DaprProtos.InvokeBindingResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.InvokeBindingResponse.Builder.build()
DaprProtos.InvokeBindingResponse.Builder.buildPartial()
DaprProtos.InvokeBindingResponse.getDefaultInstance()
DaprProtos.InvokeBindingResponse.Builder.getDefaultInstanceForType()
DaprProtos.InvokeBindingResponse.getDefaultInstanceForType()
DaprGrpc.DaprBlockingStub.invokeBinding
(DaprProtos.InvokeBindingRequest request) Invokes binding data to specific output bindingsDaprProtos.InvokeBindingResponse.parseDelimitedFrom
(InputStream input) DaprProtos.InvokeBindingResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeBindingResponse.parseFrom
(byte[] data) DaprProtos.InvokeBindingResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeBindingResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.InvokeBindingResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeBindingResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.InvokeBindingResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeBindingResponse.parseFrom
(InputStream input) DaprProtos.InvokeBindingResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeBindingResponse.parseFrom
(ByteBuffer data) DaprProtos.InvokeBindingResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic 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()
Modifier and TypeMethodDescriptionDaprProtos.InvokeBindingResponse.Builder.mergeFrom
(DaprProtos.InvokeBindingResponse other) DaprProtos.InvokeBindingResponse.newBuilder
(DaprProtos.InvokeBindingResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.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