Uses of Class
io.camunda.zeebe.scheduler.ActorControl
Packages that use ActorControl
Package
Description
-
Uses of ActorControl in io.camunda.zeebe.scheduler
Fields in io.camunda.zeebe.scheduler declared as ActorControlMethods in io.camunda.zeebe.scheduler that return ActorControlMethod parameters in io.camunda.zeebe.scheduler with type arguments of type ActorControlModifier and TypeMethodDescriptionActor.ActorBuilder.actorStartedHandler(Consumer<ActorControl> actorStartedHandler) static ActorActor.wrap(Consumer<ActorControl> r) -
Uses of ActorControl in io.camunda.zeebe.scheduler.health
Constructors in io.camunda.zeebe.scheduler.health with parameters of type ActorControlModifierConstructorDescriptionCriticalComponentsHealthMonitor(String name, ActorControl actor, org.slf4j.Logger log) -
Uses of ActorControl in io.camunda.zeebe.scheduler.retry
Constructors in io.camunda.zeebe.scheduler.retry with parameters of type ActorControlModifierConstructorDescriptionBackOffRetryStrategy(ActorControl actor, Duration maxBackOff) EndlessRetryStrategy(ActorControl actor)