Uses of Class
io.dapr.v1.DaprProtos.RegisterActorTimerRequest
Packages that use DaprProtos.RegisterActorTimerRequest
-
Uses of DaprProtos.RegisterActorTimerRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.RegisterActorTimerRequestModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.RegisterActorTimerRequestModifier 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()
Methods in io.dapr.v1 with parameters of type DaprProtos.RegisterActorTimerRequestModifier and TypeMethodDescriptionDaprProtos.RegisterActorTimerRequest.Builder.mergeFrom(DaprProtos.RegisterActorTimerRequest other)
DaprProtos.RegisterActorTimerRequest.newBuilder(DaprProtos.RegisterActorTimerRequest prototype)
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.DaprImplBase.registerActorTimer(DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Register an actor timer.void
DaprGrpc.DaprStub.registerActorTimer(DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Register an actor timer.