Uses of Class
io.dapr.v1.DaprProtos.InvokeBindingResponse
Packages that use DaprProtos.InvokeBindingResponse
-
Uses of DaprProtos.InvokeBindingResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.InvokeBindingResponseModifier 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) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.InvokeBindingResponseModifier 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()
Methods in io.dapr.v1 with parameters of type DaprProtos.InvokeBindingResponseModifier and TypeMethodDescriptionDaprProtos.InvokeBindingResponse.Builder.mergeFrom
(DaprProtos.InvokeBindingResponse other) DaprProtos.InvokeBindingResponse.newBuilder
(DaprProtos.InvokeBindingResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.InvokeBindingResponseModifier 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