public sealed interface TaskSchedule
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic TaskSchedule
duration
(long amount, TemporalUnit unit) static TaskSchedule
static TaskSchedule
future
(CompletableFuture<?> future) static TaskSchedule
hours
(long hours) static TaskSchedule
static TaskSchedule
millis
(long millis) static TaskSchedule
minutes
(long minutes) static TaskSchedule
nextTick()
static TaskSchedule
park()
static TaskSchedule
seconds
(long seconds) static TaskSchedule
stop()
static TaskSchedule
tick
(int tick)
-
Method Details
-
duration
-
tick
-
future
-
park
-
stop
-
immediate
-
duration
-
nextTick
-
hours
-
minutes
-
seconds
-
millis
-