| 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
|
Copyright © 2023 Coreoz. All rights reserved.