Uses of Interface
io.camunda.zeebe.util.sched.ActorCondition
Packages that use ActorCondition
-
Uses of ActorCondition in io.camunda.zeebe.util.sched
Classes in io.camunda.zeebe.util.sched that implement ActorConditionMethods in io.camunda.zeebe.util.sched that return ActorConditionModifier and TypeMethodDescriptionActorControl.onCondition(String conditionName, Runnable conditionAction) Conditional actions are called while the actor is in the following actor lifecycle phases:ActorTask.ActorLifecyclePhase.STARTED -
Uses of ActorCondition in io.camunda.zeebe.util.sched.channel
Classes in io.camunda.zeebe.util.sched.channel that implement ActorConditionMethods in io.camunda.zeebe.util.sched.channel with parameters of type ActorConditionModifier and TypeMethodDescriptionvoidActorConditions.registerConsumer(ActorCondition item) voidConcurrentQueueChannel.registerConsumer(ActorCondition onDataAvailable) voidConsumableChannel.registerConsumer(ActorCondition onDataAvailable) voidActorConditions.removeConsumer(ActorCondition item) voidConcurrentQueueChannel.removeConsumer(ActorCondition onDataAvailable) voidConsumableChannel.removeConsumer(ActorCondition onDataAvailable)