Uses of Class
io.camunda.zeebe.util.sched.ActorThread
Packages that use ActorThread
-
Uses of ActorThread in io.camunda.zeebe.util.sched
Fields in io.camunda.zeebe.util.sched declared as ActorThreadMethods in io.camunda.zeebe.util.sched 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) ActorScheduler.DefaultActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue) Methods in io.camunda.zeebe.util.sched with parameters of type ActorThread -
Uses of ActorThread in io.camunda.zeebe.util.sched.testing
Subclasses of ActorThread in io.camunda.zeebe.util.sched.testing