程序包 org.springframework.boot.actuate.scheduling
Actuator scheduling support.
类概要 类 说明 ScheduledTasksEndpoint Endpointto expose information about an application's scheduled tasks.ScheduledTasksEndpoint.CronTaskDescription A description of aCronTaskor aTriggerTaskwith aCronTrigger.ScheduledTasksEndpoint.FixedDelayTaskDescription A description of aFixedDelayTaskor aTriggerTaskwith a fixed-delayPeriodicTrigger.ScheduledTasksEndpoint.FixedRateTaskDescription A description of aFixedRateTaskor aTriggerTaskwith a fixed-ratePeriodicTrigger.ScheduledTasksEndpoint.IntervalTaskDescription A description of anIntervalTask.ScheduledTasksEndpoint.RunnableDescription A description of aTask'sRunnable.ScheduledTasksEndpoint.ScheduledTasksReport A report of an application's scheduledTasks, primarily intended for serialization to JSON.ScheduledTasksEndpoint.TaskDescription Base class for descriptions of aTask.