public static class ScheduledTasksEndpoint.IntervalTaskDescription extends ScheduledTasksEndpoint.TaskDescription
IntervalTask
.Modifier | Constructor and Description |
---|---|
protected |
IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
IntervalTask task) |
protected |
IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
TriggerTask task,
PeriodicTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
long |
getInitialDelay() |
long |
getInterval() |
getRunnable
protected IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, IntervalTask task)
protected IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, TriggerTask task, PeriodicTrigger trigger)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.