Uses of Interface
com.redwood.scheduler.api.model.WaitEvent
-
Packages that use WaitEvent Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of WaitEvent in com.redwood.scheduler.api.model
Subinterfaces of WaitEvent in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
JobChainCallWaitEvent
The Event that a job chain call will wait for before starting.interface
JobDefinitionWaitEvent
The events that a job definition will wait for before starting.interface
JobWaitEvent
Events that need to be raised before the job runs At the moment job would go to the QUEUED status the job definition EventExpression is calculated.
-