public static class ScheduledTasksEndpoint.IntervalTaskDescription extends ScheduledTasksEndpoint.TaskDescription
IntervalTask
.Modifier | Constructor and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
long |
getInitialDelay() |
long |
getInterval() |
getRunnable
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)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.