Uses of Class
io.dapr.v1.DaprProtos.GetActorStateResponse
Packages that use DaprProtos.GetActorStateResponse
-
Uses of DaprProtos.GetActorStateResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetActorStateResponseModifier and TypeMethodDescriptionDaprProtos.GetActorStateResponse.Builder.build()
DaprProtos.GetActorStateResponse.Builder.buildPartial()
DaprGrpc.DaprBlockingStub.getActorState
(DaprProtos.GetActorStateRequest request) Gets the state for a specific actor.DaprProtos.GetActorStateResponse.getDefaultInstance()
DaprProtos.GetActorStateResponse.Builder.getDefaultInstanceForType()
DaprProtos.GetActorStateResponse.getDefaultInstanceForType()
DaprProtos.GetActorStateResponse.parseDelimitedFrom
(InputStream input) DaprProtos.GetActorStateResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(byte[] data) DaprProtos.GetActorStateResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(InputStream input) DaprProtos.GetActorStateResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(ByteBuffer data) DaprProtos.GetActorStateResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetActorStateResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
DaprGrpc.DaprFutureStub.getActorState
(DaprProtos.GetActorStateRequest request) Gets the state for a specific actor.static io.grpc.MethodDescriptor<DaprProtos.GetActorStateRequest,
DaprProtos.GetActorStateResponse> DaprGrpc.getGetActorStateMethod()
com.google.protobuf.Parser<DaprProtos.GetActorStateResponse>
DaprProtos.GetActorStateResponse.getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetActorStateResponse>
DaprProtos.GetActorStateResponse.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetActorStateResponseModifier and TypeMethodDescriptionDaprProtos.GetActorStateResponse.Builder.mergeFrom
(DaprProtos.GetActorStateResponse other) DaprProtos.GetActorStateResponse.newBuilder
(DaprProtos.GetActorStateResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetActorStateResponseModifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.getActorState
(DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver) Gets the state for a specific actor.void
DaprGrpc.DaprStub.getActorState
(DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver) Gets the state for a specific actor.