Uses of Class
io.dapr.v1.CommonProtos.InvokeRequest
-
Uses of CommonProtos.InvokeRequest in io.dapr.v1
Modifier and TypeMethodDescriptionCommonProtos.InvokeRequest.Builder.build()
CommonProtos.InvokeRequest.Builder.buildPartial()
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.getDefaultInstance()
CommonProtos.InvokeRequest.Builder.getDefaultInstanceForType()
CommonProtos.InvokeRequest.getDefaultInstanceForType()
DaprProtos.InvokeServiceRequest.Builder.getMessage()
Required.DaprProtos.InvokeServiceRequest.getMessage()
Required.DaprProtos.InvokeServiceRequestOrBuilder.getMessage()
Required.static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseDelimitedFrom
(InputStream input) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(byte[] data) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(com.google.protobuf.ByteString data) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(InputStream input) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(ByteBuffer data) static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,
CommonProtos.InvokeResponse> AppCallbackGrpc.getOnInvokeMethod()
com.google.protobuf.Parser<CommonProtos.InvokeRequest>
CommonProtos.InvokeRequest.getParserForType()
static com.google.protobuf.Parser<CommonProtos.InvokeRequest>
CommonProtos.InvokeRequest.parser()
Modifier and TypeMethodDescriptionCommonProtos.InvokeRequest.Builder.mergeFrom
(CommonProtos.InvokeRequest other) DaprProtos.InvokeServiceRequest.Builder.mergeMessage
(CommonProtos.InvokeRequest value) Required.CommonProtos.InvokeRequest.newBuilder
(CommonProtos.InvokeRequest prototype) AppCallbackGrpc.AppCallbackBlockingStub.onInvoke
(CommonProtos.InvokeRequest request) Invokes service method with InvokeRequest.com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
AppCallbackGrpc.AppCallbackFutureStub.onInvoke
(CommonProtos.InvokeRequest request) Invokes service method with InvokeRequest.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.DaprProtos.InvokeServiceRequest.Builder.setMessage
(CommonProtos.InvokeRequest value) Required.