Uses of Class
io.dapr.v1.CommonProtos.InvokeResponse
-
-
Uses of CommonProtos.InvokeResponse in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.InvokeResponse Modifier and Type Method Description CommonProtos.InvokeResponseCommonProtos.InvokeResponse.Builder. build()CommonProtos.InvokeResponseCommonProtos.InvokeResponse.Builder. buildPartial()static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. getDefaultInstance()CommonProtos.InvokeResponseCommonProtos.InvokeResponse.Builder. getDefaultInstanceForType()CommonProtos.InvokeResponseCommonProtos.InvokeResponse. getDefaultInstanceForType()CommonProtos.InvokeResponseDaprGrpc.DaprBlockingStub. invokeService(DaprProtos.InvokeServiceRequest request)Invokes a method on a remote Dapr app.CommonProtos.InvokeResponseAppCallbackGrpc.AppCallbackBlockingStub. onInvoke(CommonProtos.InvokeRequest request)Invokes service method with InvokeRequest.static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseDelimitedFrom(InputStream input)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(byte[] data)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(com.google.protobuf.ByteString data)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(InputStream input)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(ByteBuffer data)static CommonProtos.InvokeResponseCommonProtos.InvokeResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.dapr.v1 that return types with arguments of type CommonProtos.InvokeResponse Modifier and Type Method Description static 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()Methods in io.dapr.v1 with parameters of type CommonProtos.InvokeResponse Modifier and Type Method Description CommonProtos.InvokeResponse.BuilderCommonProtos.InvokeResponse.Builder. mergeFrom(CommonProtos.InvokeResponse other)static CommonProtos.InvokeResponse.BuilderCommonProtos.InvokeResponse. newBuilder(CommonProtos.InvokeResponse prototype)Method parameters in io.dapr.v1 with type arguments of type CommonProtos.InvokeResponse Modifier and Type Method Description voidDaprGrpc.DaprImplBase. invokeService(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)Invokes a method on a remote Dapr app.voidDaprGrpc.DaprStub. invokeService(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)Invokes a method on a remote Dapr app.voidAppCallbackGrpc.AppCallbackImplBase. onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)Invokes service method with InvokeRequest.voidAppCallbackGrpc.AppCallbackStub. onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)Invokes service method with InvokeRequest.
-