Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.scheduling |
Auto-configuration for actuator scheduling concerns.
|
org.springframework.boot.actuate.scheduling |
Actuator scheduling support.
|
Class and Description |
---|
ScheduledTasksEndpoint
Endpoint to expose information about an application's scheduled tasks. |
Class and Description |
---|
ScheduledTasksEndpoint.IntervalTaskDescription
A description of an
IntervalTask . |
ScheduledTasksEndpoint.RunnableDescription
A description of a
Task's Runnable . |
ScheduledTasksEndpoint.ScheduledTasksReport
A report of an application's scheduled
Tasks , primarily intended for
serialization to JSON. |
ScheduledTasksEndpoint.TaskDescription
Base class for descriptions of a
Task . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.