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
- Author:
- Andy Wilkinson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Description of aTriggerTask
with a customTrigger
.static final class
static final class
static class
Description of anIntervalTask
.static final class
static final class
Description of an application's scheduledTasks
.static class
Base class for descriptions of aTask
. -
Constructor Summary
ConstructorDescriptionScheduledTasksEndpoint
(Collection<ScheduledTaskHolder> scheduledTaskHolders) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ScheduledTasksEndpoint
-
-
Method Details
-
scheduledTasks
-