Uses of Enum Class
io.camunda.zeebe.scheduler.ActorTask.ActorLifecyclePhase
Packages that use ActorTask.ActorLifecyclePhase
-
Uses of ActorTask.ActorLifecyclePhase in io.camunda.zeebe.scheduler
Methods in io.camunda.zeebe.scheduler that return ActorTask.ActorLifecyclePhaseModifier and TypeMethodDescriptionActorControl.getLifecyclePhase()ActorTask.getLifecyclePhase()Returns the enum constant of this class with the specified name.static ActorTask.ActorLifecyclePhase[]ActorTask.ActorLifecyclePhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.scheduler 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