Package org.springframework.boot.actuate.scheduling
package org.springframework.boot.actuate.scheduling
Actuator scheduling support.
-
ClassDescription
@Endpoint
to expose information about an application's scheduled tasks.A description of aTriggerTask
with a customTrigger
.A description of anIntervalTask
.A report of an application's scheduledTasks
, primarily intended for serialization to JSON.Base class for descriptions of aTask
.