Uses of Class
io.dapr.v1.DaprProtos.InvokeActorRequest
-
Uses of DaprProtos.InvokeActorRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.InvokeActorRequest.Builder.build()
DaprProtos.InvokeActorRequest.Builder.buildPartial()
DaprProtos.InvokeActorRequest.getDefaultInstance()
DaprProtos.InvokeActorRequest.Builder.getDefaultInstanceForType()
DaprProtos.InvokeActorRequest.getDefaultInstanceForType()
DaprProtos.InvokeActorRequest.parseDelimitedFrom
(InputStream input) DaprProtos.InvokeActorRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeActorRequest.parseFrom
(byte[] data) DaprProtos.InvokeActorRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeActorRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.InvokeActorRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeActorRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.InvokeActorRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeActorRequest.parseFrom
(InputStream input) DaprProtos.InvokeActorRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeActorRequest.parseFrom
(ByteBuffer data) DaprProtos.InvokeActorRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.InvokeActorRequest,
DaprProtos.InvokeActorResponse> DaprGrpc.getInvokeActorMethod()
com.google.protobuf.Parser<DaprProtos.InvokeActorRequest>
DaprProtos.InvokeActorRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.InvokeActorRequest>
DaprProtos.InvokeActorRequest.parser()
Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.invokeActor
(DaprProtos.InvokeActorRequest request, io.grpc.stub.StreamObserver<DaprProtos.InvokeActorResponse> responseObserver) InvokeActor calls a method on an actor.DaprGrpc.DaprBlockingStub.invokeActor
(DaprProtos.InvokeActorRequest request) InvokeActor calls a method on an actor.com.google.common.util.concurrent.ListenableFuture<DaprProtos.InvokeActorResponse>
DaprGrpc.DaprFutureStub.invokeActor
(DaprProtos.InvokeActorRequest request) InvokeActor calls a method on an actor.void
DaprGrpc.DaprStub.invokeActor
(DaprProtos.InvokeActorRequest request, io.grpc.stub.StreamObserver<DaprProtos.InvokeActorResponse> responseObserver) InvokeActor calls a method on an actor.DaprProtos.InvokeActorRequest.Builder.mergeFrom
(DaprProtos.InvokeActorRequest other) DaprProtos.InvokeActorRequest.newBuilder
(DaprProtos.InvokeActorRequest prototype)