| Package | Description |
|---|---|
| com.coreoz.wisp | |
| com.coreoz.wisp.schedule | |
| com.coreoz.wisp.schedule.cron |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Job.schedule() |
| Modifier and Type | Method and Description |
|---|---|
Job |
Scheduler.schedule(Runnable runnable,
Schedule when)
Schedule the executions of a process.
|
Job |
Scheduler.schedule(String nullableName,
Runnable runnable,
Schedule when)
Schedule the executions of a process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfterInitialDelaySchedule |
class |
FixedDelaySchedule |
class |
FixedHourSchedule |
class |
OnceSchedule |
| Modifier and Type | Field and Description |
|---|---|
static Schedule |
Schedule.willNeverBeExecuted
A schedule that will always return
WILL_NOT_BE_EXECUTED_AGAIN. |
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedules.afterInitialDelay(Schedule schedule,
Duration initialDelay) |
Schedule |
OnceSchedule.baseSchedule() |
Schedule |
AfterInitialDelaySchedule.baseSchedule() |
static Schedule |
Schedules.executeAt(String time)
Execute a job at the same time once a day.
|
static Schedule |
Schedules.executeOnce(Schedule schedule) |
static Schedule |
Schedules.fixedDelaySchedule(Duration duration)
Execute a job at a fixed delay after each execution
|
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedules.afterInitialDelay(Schedule schedule,
Duration initialDelay) |
static Schedule |
Schedules.executeOnce(Schedule schedule) |
| Constructor and Description |
|---|
AfterInitialDelaySchedule(Schedule baseSchedule,
Duration initialDelay) |
OnceSchedule(Schedule baseSchedule) |
| Modifier and Type | Class and Description |
|---|---|
class |
CronExpressionSchedule
A
Schedule based on a
Cron expression. |
class |
CronSchedule
Deprecated.
Use
CronExpressionScheduleTest instead.
This class has been deprecated to move away from cron-utils. See
issue #14 for details. |
Copyright © 2023 Coreoz. All rights reserved.