Interface Schedule
- All Known Implementing Classes:
CronSchedule,Daily,DisabledSchedule,FixedDelay
public interface Schedule
-
Method Summary
Modifier and TypeMethodDescriptiondefault InstantUsed to get the first execution-time for a schedule.getNextExecutionTime(ExecutionComplete executionComplete) booleandefault boolean
-
Method Details
-
getNextExecutionTime
-
getInitialExecutionTime
Used to get the first execution-time for a schedule. Simulates an ExecutionComplete event. -
isDeterministic
boolean isDeterministic() -
isDisabled
default boolean isDisabled()
-