Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.quartz |
Auto-configuration for actuator Quartz Scheduler concerns.
|
org.springframework.boot.actuate.quartz |
Actuator support for Quartz Scheduler.
|
Class and Description |
---|
QuartzEndpoint
Endpoint to expose Quartz Scheduler jobs and triggers. |
QuartzEndpointWebExtension
@EndpointWebExtension for the QuartzEndpoint . |
Class and Description |
---|
QuartzEndpoint
Endpoint to expose Quartz Scheduler jobs and triggers. |
QuartzEndpoint.GroupNames
A set of group names, primarily intended for serialization to JSON.
|
QuartzEndpoint.QuartzGroups
A summary for each group identified by name, primarily intended for serialization
to JSON.
|
QuartzEndpoint.QuartzJobDetails
Details of a
Quartz Job , primarily intended for serialization to JSON. |
QuartzEndpoint.QuartzJobGroupSummary
A summary report of the
jobs in a given group. |
QuartzEndpoint.QuartzJobSummary
Details of a
Quartz Job , primarily intended for serialization to JSON. |
QuartzEndpoint.QuartzReport
A report of available job and trigger group names, primarily intended for
serialization to JSON.
|
QuartzEndpoint.QuartzTriggerGroupSummary
A summary report of the
triggers in a given group. |
QuartzEndpoint.QuartzTriggerGroupSummary.Triggers |
QuartzEndpoint.TriggerDescription
Base class for descriptions of a
Trigger . |