Uses of Class
org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
Packages that use QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
Package
Description
Actuator endpoint for Quartz Scheduler.
-
Uses of QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor in org.springframework.boot.quartz.actuate.endpoint
Methods in org.springframework.boot.quartz.actuate.endpoint that return QuartzEndpoint.QuartzTriggerGroupSummaryDescriptorModifier and TypeMethodDescriptionQuartzEndpoint.quartzTriggerGroupSummary(String group) Return a summary of the triggers group with the specified name ornullif no such group exists.