Uses of Class
io.camunda.zeebe.scheduler.ActorJob
Packages that use ActorJob
-
Uses of ActorJob in io.camunda.zeebe.scheduler
Methods in io.camunda.zeebe.scheduler that return ActorJobModifier and TypeMethodDescriptionClosedQueue.element()ActorThread.getCurrentJob()ClosedQueue.getFirst()ActorConditionImpl.getJob()ActorFutureSubscription.getJob()ActorSubscription.getJob()called by theActorThreadafterActorSubscription.poll()returned true to get the job to be runDelayedTimerSubscription.getJob()StampedTimerSubscription.getJob()TimerSubscription.getJob()ClosedQueue.getLast()ActorThread.newJob()ClosedQueue.peek()ClosedQueue.peekFirst()ClosedQueue.peekLast()ClosedQueue.poll()ClosedQueue.pollFirst()ClosedQueue.pollLast()ClosedQueue.pop()ClosedQueue.remove()ClosedQueue.removeFirst()ClosedQueue.removeLast()Methods in io.camunda.zeebe.scheduler that return types with arguments of type ActorJobMethods in io.camunda.zeebe.scheduler with parameters of type ActorJobModifier and TypeMethodDescriptionbooleanvoidvoidvoidbooleanActorControl.isCalledFromWithinActor(ActorJob job) booleanbooleanClosedQueue.offerFirst(ActorJob actorJob) booleanvoidvoidUsed to externally submit a job.Method parameters in io.camunda.zeebe.scheduler with type arguments of type ActorJobConstructors in io.camunda.zeebe.scheduler with parameters of type ActorJobModifierConstructorDescriptionActorConditionImpl(String conditionName, ActorJob job) ActorFutureSubscription(ActorFuture<?> future, ActorJob callbackJob, int phaseMask) DelayedTimerSubscription(ActorJob job, long delay, TimeUnit timeUnit, boolean isRecurring) StampedTimerSubscription(ActorJob job, long timestamp)