Uses of Class
io.camunda.zeebe.util.sched.Actor
Packages that use Actor
-
Uses of Actor in io.camunda.zeebe.util.sched
Methods in io.camunda.zeebe.util.sched that return ActorModifier and TypeMethodDescriptionActor.ActorBuilder.build()ActorJob.getActor()ActorTask.getActor()static ActorActor.wrap(Consumer<ActorControl> r) Methods in io.camunda.zeebe.util.sched with parameters of type ActorModifier and TypeMethodDescriptionActorScheduler.submitActor(Actor actor) Submits an non-blocking, CPU-bound actor.ActorScheduler.submitActor(Actor actor, int schedulingHints) Submits an actor providing hints to the scheduler about how to best schedule the actor.ActorSchedulingService.submitActor(Actor actor) ActorSchedulingService.submitActor(Actor actor, int schedulingHints) Constructors in io.camunda.zeebe.util.sched with parameters of type Actor -
Uses of Actor in io.camunda.zeebe.util.sched.testing
Methods in io.camunda.zeebe.util.sched.testing with parameters of type ActorModifier and TypeMethodDescriptionActorSchedulerRule.submitActor(Actor actor) ControlledActorSchedulerRule.submitActor(Actor actor)