Package io.camunda.zeebe.scheduler
Class ActorExecutor
java.lang.Object
io.camunda.zeebe.scheduler.ActorExecutor
Used to submit
ActorTasks and Blocking Actions to the scheduler's internal
runners and queues.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()submitCpuBound(ActorTask task) Initially submit a non-blocking actor to be managed by this scheduler.submitIoBoundTask(ActorTask task)
-
Constructor Details
-
ActorExecutor
-
-
Method Details
-
submitCpuBound
Initially submit a non-blocking actor to be managed by this scheduler.- Parameters:
task- the task to submit
-
submitIoBoundTask
-
start
public void start() -
closeAsync
-
getCpuBoundThreads
-
getIoBoundThreads
-