Package | Description |
---|---|
org.springframework.boot.actuate.scheduling |
Actuator scheduling support.
|
Modifier and Type | Class and Description |
---|---|
static class |
ScheduledTasksEndpoint.CronTaskDescription
|
static class |
ScheduledTasksEndpoint.FixedDelayTaskDescription
|
static class |
ScheduledTasksEndpoint.FixedRateTaskDescription
|
static class |
ScheduledTasksEndpoint.IntervalTaskDescription
A description of an
IntervalTask . |
Modifier and Type | Method and Description |
---|---|
List<ScheduledTasksEndpoint.TaskDescription> |
ScheduledTasksEndpoint.ScheduledTasksReport.getCron() |
List<ScheduledTasksEndpoint.TaskDescription> |
ScheduledTasksEndpoint.ScheduledTasksReport.getFixedDelay() |
List<ScheduledTasksEndpoint.TaskDescription> |
ScheduledTasksEndpoint.ScheduledTasksReport.getFixedRate() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.