Uses of Class
io.dapr.v1.CommonProtos.InvokeResponse
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of CommonProtos.InvokeResponse in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.InvokeResponse Modifier and Type Method Description CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.Builder. build()
CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.Builder. buildPartial()
static CommonProtos.InvokeResponse
CommonProtos.InvokeResponse. getDefaultInstance()
CommonProtos.InvokeResponse
CommonProtos.InvokeResponse.Builder. getDefaultInstanceForType()
CommonProtos.InvokeResponse
CommonProtos.InvokeResponse. getDefaultInstanceForType()
CommonProtos.InvokeResponse
DaprGrpc.DaprBlockingStub. invokeService(DaprProtos.InvokeServiceRequest request)
Invokes a method on a remote Dapr app.CommonProtos.InvokeResponse
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)
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.Builder
CommonProtos.InvokeResponse.Builder. mergeFrom(CommonProtos.InvokeResponse other)
static CommonProtos.InvokeResponse.Builder
CommonProtos.InvokeResponse. newBuilder(CommonProtos.InvokeResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type CommonProtos.InvokeResponse Modifier and Type Method Description void
DaprGrpc.DaprImplBase. 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.AppCallbackImplBase. onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)
Invokes service method with InvokeRequest.void
AppCallbackGrpc.AppCallbackStub. onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)
Invokes service method with InvokeRequest.