Uses of Enum
io.camunda.zeebe.util.sched.ActorTask.ActorLifecyclePhase
Packages that use ActorTask.ActorLifecyclePhase
-
Uses of ActorTask.ActorLifecyclePhase in io.camunda.zeebe.util.sched
Methods in io.camunda.zeebe.util.sched that return ActorTask.ActorLifecyclePhaseModifier and TypeMethodDescriptionActorControl.getLifecyclePhase()ActorTask.getLifecyclePhase()Returns the enum constant of this type with the specified name.static ActorTask.ActorLifecyclePhase[]ActorTask.ActorLifecyclePhase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.util.sched with parameters of type ActorTask.ActorLifecyclePhaseModifier and TypeMethodDescriptionbooleanActorFutureSubscription.triggersInPhase(ActorTask.ActorLifecyclePhase phase) default booleanActorSubscription.triggersInPhase(ActorTask.ActorLifecyclePhase phase) returns true if the subscription should be able to trigger in the provided phase