public static class ScheduledTasksEndpoint.IntervalTaskDescription extends ScheduledTasksEndpoint.TaskDescription
IntervalTask.| 限定符 | 构造器和说明 |
|---|---|
protected |
IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
org.springframework.scheduling.config.IntervalTask task) |
protected |
IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
org.springframework.scheduling.config.TriggerTask task,
org.springframework.scheduling.support.PeriodicTrigger trigger) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getInitialDelay() |
long |
getInterval() |
getRunnableprotected IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
org.springframework.scheduling.config.IntervalTask task)
protected IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
org.springframework.scheduling.config.TriggerTask task,
org.springframework.scheduling.support.PeriodicTrigger trigger)