-
-
Method Summary
Modifier and Type Method Description abstract InstantnextExecutionTime(Instant currentTime, Instant previousExecutionTime)Return the next execution time as an Instant. -
-
Method Detail
-
nextExecutionTime
abstract Instant nextExecutionTime(Instant currentTime, Instant previousExecutionTime)
Return the next execution time as an Instant.
- Parameters:
currentTime- the current timepreviousExecutionTime- the previous execution time, if this value isnullthen the next execution will be the first
-
-
-
-