Package | Description |
---|---|
org.springframework.boot.actuate.quartz |
Actuator support for Quartz Scheduler.
|
Modifier and Type | Method and Description |
---|---|
QuartzEndpoint.QuartzGroups |
QuartzEndpoint.quartzJobGroups()
Return the available job names, identified by group name.
|
QuartzEndpoint.QuartzGroups |
QuartzEndpoint.quartzTriggerGroups()
Return the available trigger names, identified by group name.
|
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<QuartzEndpoint.QuartzGroups> |
QuartzEndpointWebExtension.quartzJobOrTriggerGroups(String jobsOrTriggers) |