Class ScheduledTasksEndpoint
- java.lang.Object
- org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
@Endpoint(id="scheduledtasks") public class ScheduledTasksEndpoint extends Object
Endpointto expose information about an application's scheduled tasks.- Since:
- 2.0.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduledTasksEndpoint.CronTaskDescriptionA description of aCronTaskor aTriggerTaskwith aCronTrigger.static classScheduledTasksEndpoint.FixedDelayTaskDescriptionA description of aFixedDelayTaskor aTriggerTaskwith a fixed-delayPeriodicTrigger.static classScheduledTasksEndpoint.FixedRateTaskDescriptionA description of aFixedRateTaskor aTriggerTaskwith a fixed-ratePeriodicTrigger.static classScheduledTasksEndpoint.IntervalTaskDescriptionA description of anIntervalTask.static classScheduledTasksEndpoint.RunnableDescriptionA description of aTask'sRunnable.static classScheduledTasksEndpoint.ScheduledTasksReportA report of an application's scheduledTasks, primarily intended for serialization to JSON.static classScheduledTasksEndpoint.TaskDescriptionBase class for descriptions of aTask.
Constructor Summary
Constructors Constructor Description ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledTasksEndpoint.ScheduledTasksReportscheduledTasks()
Constructor Detail
ScheduledTasksEndpoint
public ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders)
Method Detail
scheduledTasks
@ReadOperation public ScheduledTasksEndpoint.ScheduledTasksReport scheduledTasks()