| Constructor and Description |
|---|
Schedules() |
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
afterInitialDelay(Schedule schedule,
Duration initialDelay) |
static Schedule |
executeAt(String time)
Execute a job at the same time once a day.
|
static Schedule |
executeOnce(Schedule schedule) |
static Schedule |
fixedDelaySchedule(Duration duration)
Execute a job at a fixed delay after each execution
|
static Schedule |
fixedFrequencySchedule(Duration duration)
Execute a job at a fixed frequency which is guaranteed to be within 1ms of accuracy independent of system load
|
public static Schedule fixedDelaySchedule(Duration duration)
public static Schedule fixedFrequencySchedule(Duration duration)
public static Schedule executeAt(String time)
Copyright © 2024 Coreoz. All rights reserved.