类 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.- 从以下版本开始:
- 2.0.0
嵌套类概要
嵌套类 修饰符和类型 类 说明 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.
构造器概要
构造器 构造器 说明 ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders)
构造器详细资料
ScheduledTasksEndpoint
public ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders)
方法详细资料
scheduledTasks
@ReadOperation public ScheduledTasksEndpoint.ScheduledTasksReport scheduledTasks()