Uses of Class
io.camunda.zeebe.scheduler.ActorTask
Packages that use ActorTask
-
Uses of ActorTask in io.camunda.zeebe.scheduler
Methods in io.camunda.zeebe.scheduler that return ActorTaskModifier and TypeMethodDescriptionActorThread.getCurrentTask()TaskScheduler.getNextTask()WorkStealingGroup.getNextTask()Attempts to acquire the next task to executeActorJob.getTask()ActorTaskQueue.pop()ActorTaskQueue.trySteal()Attempts to steal a task from this list.Methods in io.camunda.zeebe.scheduler with parameters of type ActorTaskModifier and TypeMethodDescriptionvoidappends a task at the end (tail) of the listvoidActorJob.onJobAddedToTask(ActorTask task) voidvoidSubmit the task into the provided thread's queueActorExecutor.submitCpuBound(ActorTask task) Initially submit a non-blocking actor to be managed by this scheduler.ActorExecutor.submitIoBoundTask(ActorTask task) -
Uses of ActorTask in io.camunda.zeebe.scheduler.future
Methods in io.camunda.zeebe.scheduler.future with parameters of type ActorTask