Uses of Interface
com.github.kagkarlsson.scheduler.task.NextExecutionTime
-
Packages that use NextExecutionTime Package Description com.github.kagkarlsson.scheduler.task -
-
Uses of NextExecutionTime in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return NextExecutionTime Modifier and Type Method Description static NextExecutionTimeNextExecutionTime. from(Function<Instant,Instant> defaultExecutionTime)Methods in com.github.kagkarlsson.scheduler.task with parameters of type NextExecutionTime Modifier and Type Method Description static <T> SchedulableInstance<T>SchedulableInstance. of(TaskInstance<T> taskInstance, NextExecutionTime executionTime)Constructors in com.github.kagkarlsson.scheduler.task with parameters of type NextExecutionTime Constructor Description SchedulableTaskInstance(TaskInstance<T> taskInstance, NextExecutionTime executionTime)
-