Class ScheduledTasksEndpoint
java.lang.Object
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
@Endpoint
to expose information about an application's scheduled
tasks.- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
A description of aTriggerTask
with a customTrigger
.static final class
static final class
static class
A description of anIntervalTask
.static final class
static final class
A report of an application's scheduledTasks
, primarily intended for serialization to JSON.static class
Base class for descriptions of aTask
. -
Constructor Summary
ConstructorDescriptionScheduledTasksEndpoint
(Collection<ScheduledTaskHolder> scheduledTaskHolders) -
Method Summary
-
Constructor Details
-
ScheduledTasksEndpoint
-
-
Method Details
-
scheduledTasks
-