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