Uses of Class
io.dapr.v1.CommonProtos.InvokeResponse
-
Uses of CommonProtos.InvokeResponse in io.dapr.v1
Modifier and TypeMethodDescriptionCommonProtos.InvokeResponse.Builder.build()
CommonProtos.InvokeResponse.Builder.buildPartial()
static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.getDefaultInstance()
CommonProtos.InvokeResponse.Builder.getDefaultInstanceForType()
CommonProtos.InvokeResponse.getDefaultInstanceForType()
DaprGrpc.DaprBlockingStub.invokeService
(DaprProtos.InvokeServiceRequest request) Invokes a method on a remote Dapr app.AppCallbackGrpc.AppCallbackBlockingStub.onInvoke
(CommonProtos.InvokeRequest request) Invokes service method with InvokeRequest.static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseDelimitedFrom
(InputStream input) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(byte[] data) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(com.google.protobuf.ByteString data) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(InputStream input) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(ByteBuffer data) static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.InvokeServiceRequest,
CommonProtos.InvokeResponse> DaprGrpc.getInvokeServiceMethod()
static io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,
CommonProtos.InvokeResponse> AppCallbackGrpc.getOnInvokeMethod()
com.google.protobuf.Parser<CommonProtos.InvokeResponse>
CommonProtos.InvokeResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
DaprGrpc.DaprFutureStub.invokeService
(DaprProtos.InvokeServiceRequest request) Invokes a method on a remote Dapr app.com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
AppCallbackGrpc.AppCallbackFutureStub.onInvoke
(CommonProtos.InvokeRequest request) Invokes service method with InvokeRequest.static com.google.protobuf.Parser<CommonProtos.InvokeResponse>
CommonProtos.InvokeResponse.parser()
Modifier and TypeMethodDescriptionCommonProtos.InvokeResponse.Builder.mergeFrom
(CommonProtos.InvokeResponse other) CommonProtos.InvokeResponse.newBuilder
(CommonProtos.InvokeResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.invokeService
(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes a method on a remote Dapr app.void
DaprGrpc.DaprStub.invokeService
(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes a method on a remote Dapr app.void
AppCallbackGrpc.AppCallbackStub.onInvoke
(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes service method with InvokeRequest.default void
AppCallbackGrpc.AsyncService.onInvoke
(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes service method with InvokeRequest.