Uses of Class
io.dapr.v1.CommonProtos.InvokeRequest
Packages that use CommonProtos.InvokeRequest
-
Uses of CommonProtos.InvokeRequest in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.InvokeRequestModifier and TypeMethodDescriptionCommonProtos.InvokeRequest.Builder.build()CommonProtos.InvokeRequest.Builder.buildPartial()static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.getDefaultInstance()CommonProtos.InvokeRequest.Builder.getDefaultInstanceForType()CommonProtos.InvokeRequest.getDefaultInstanceForType()DaprProtos.InvokeServiceRequest.Builder.getMessage()Required.DaprProtos.InvokeServiceRequest.getMessage()Required.DaprProtos.InvokeServiceRequestOrBuilder.getMessage()Required.static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseDelimitedFrom(InputStream input) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(byte[] data) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(com.google.protobuf.ByteString data) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(InputStream input) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(ByteBuffer data) static CommonProtos.InvokeRequestCommonProtos.InvokeRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type CommonProtos.InvokeRequestModifier 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()Methods in io.dapr.v1 with parameters of type CommonProtos.InvokeRequestModifier 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.voidAppCallbackGrpc.AppCallbackStub.onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes service method with InvokeRequest.default voidAppCallbackGrpc.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.