Uses of Class
org.springframework.boot.actuate.quartz.QuartzEndpoint
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.quartz that return QuartzEndpointModifier and TypeMethodDescriptionQuartzEndpointAutoConfiguration.quartzEndpoint
(org.quartz.Scheduler scheduler, ObjectProvider<SanitizingFunction> sanitizingFunctions) Methods in org.springframework.boot.actuate.autoconfigure.quartz with parameters of type QuartzEndpointModifier and TypeMethodDescriptionQuartzEndpointAutoConfiguration.quartzEndpointWebExtension
(QuartzEndpoint endpoint, QuartzEndpointProperties properties) -
Uses of QuartzEndpoint in org.springframework.boot.actuate.quartz
Constructors in org.springframework.boot.actuate.quartz with parameters of type QuartzEndpointModifierConstructorDescriptionQuartzEndpointWebExtension
(QuartzEndpoint delegate, Show showValues, Set<String> roles)