Interface IntervalExecutionSchedule

All Superinterfaces:
ExecutionSchedule

public interface IntervalExecutionSchedule extends ExecutionSchedule
A periodic schedule, the length is specified in getInterval().

Please notice that the real time between two executions may differ from the specified interval e.g. beacause the runtime of the tasks and the setting of the parallel execution mode conflicts with the next execution time.

Since:
4.0