Uses of Class
io.dapr.v1.DaprProtos.RegisterActorTimerRequest
-
Uses of DaprProtos.RegisterActorTimerRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.RegisterActorTimerRequest.Builder.build()
DaprProtos.RegisterActorTimerRequest.Builder.buildPartial()
DaprProtos.RegisterActorTimerRequest.getDefaultInstance()
DaprProtos.RegisterActorTimerRequest.Builder.getDefaultInstanceForType()
DaprProtos.RegisterActorTimerRequest.getDefaultInstanceForType()
DaprProtos.RegisterActorTimerRequest.parseDelimitedFrom
(InputStream input) DaprProtos.RegisterActorTimerRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorTimerRequest.parseFrom
(byte[] data) DaprProtos.RegisterActorTimerRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorTimerRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.RegisterActorTimerRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorTimerRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.RegisterActorTimerRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorTimerRequest.parseFrom
(InputStream input) DaprProtos.RegisterActorTimerRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorTimerRequest.parseFrom
(ByteBuffer data) DaprProtos.RegisterActorTimerRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.RegisterActorTimerRequest>
DaprProtos.RegisterActorTimerRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.RegisterActorTimerRequest,
com.google.protobuf.Empty> DaprGrpc.getRegisterActorTimerMethod()
static com.google.protobuf.Parser<DaprProtos.RegisterActorTimerRequest>
DaprProtos.RegisterActorTimerRequest.parser()
Modifier and TypeMethodDescriptionDaprProtos.RegisterActorTimerRequest.Builder.mergeFrom
(DaprProtos.RegisterActorTimerRequest other) DaprProtos.RegisterActorTimerRequest.newBuilder
(DaprProtos.RegisterActorTimerRequest prototype) default void
DaprGrpc.AsyncService.registerActorTimer
(DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Register an actor timer.com.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.registerActorTimer
(DaprProtos.RegisterActorTimerRequest request) Register an actor timer.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.registerActorTimer
(DaprProtos.RegisterActorTimerRequest request) Register an actor timer.void
DaprGrpc.DaprStub.registerActorTimer
(DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Register an actor timer.