Class ScheduledTasksEndpoint
java.lang.Object
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
@Endpoint(id="scheduledtasks")
@ImportRuntimeHints(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksEndpointRuntimeHints.class)
public class ScheduledTasksEndpoint
extends Object
@Endpoint to expose information about an application's scheduled
tasks.- Since:
- 2.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDescription of aCronTaskor aTriggerTaskwith aCronTrigger.static final classDescription of aTriggerTaskwith a customTrigger.static final classDescription of aFixedDelayTaskor aTriggerTaskwith a fixed-delayPeriodicTrigger.static final classDescription of aFixedRateTaskor aTriggerTaskwith a fixed-ratePeriodicTrigger.static classDescription of anIntervalTask.static final classDescription of aTask'sRunnable.static final classDescription of an application's scheduledTasks.static classBase class for descriptions of aTask. -
Constructor Summary
ConstructorsConstructorDescriptionScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ScheduledTasksEndpoint
public ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders)
-
-
Method Details
-
scheduledTasks
-