Uses of Class
org.springframework.boot.actuate.quartz.QuartzEndpoint
Package
Description
Auto-configuration for actuator Quartz Scheduler concerns.
Actuator support for Quartz Scheduler.
-
Uses of QuartzEndpoint in org.springframework.boot.actuate.autoconfigure.quartz
Modifier and TypeMethodDescriptionQuartzEndpointAutoConfiguration.quartzEndpoint
(org.quartz.Scheduler scheduler, ObjectProvider<SanitizingFunction> sanitizingFunctions) Modifier and TypeMethodDescriptionQuartzEndpointAutoConfiguration.quartzEndpointWebExtension
(QuartzEndpoint endpoint, QuartzEndpointProperties properties) -
Uses of QuartzEndpoint in org.springframework.boot.actuate.quartz
ModifierConstructorDescriptionQuartzEndpointWebExtension
(QuartzEndpoint delegate, Show showValues, Set<String> roles)