Uses of Class
io.camunda.zeebe.scheduler.ActorThread
Packages that use ActorThread
-
Uses of ActorThread in io.camunda.zeebe.scheduler
Fields in io.camunda.zeebe.scheduler declared as ActorThreadMethods in io.camunda.zeebe.scheduler that return ActorThreadModifier and TypeMethodDescriptionstatic ActorThreadActorThread.current()Returns the currentActorThreador null if the current thread is not anActorThread.static ActorThreadActorThread.ensureCalledFromActorThread(String methodName) ActorScheduler.ActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled, org.agrona.concurrent.IdleStrategy idleStrategy) ActorScheduler.DefaultActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled, org.agrona.concurrent.IdleStrategy idleStrategy) Methods in io.camunda.zeebe.scheduler with parameters of type ActorThread