Uses of Class
org.springframework.boot.context.event.ApplicationStartedEvent
Packages that use ApplicationStartedEvent
Package
Description
Actuator support for Jetty metrics.
Actuator support for Tomcat metrics.
-
Uses of ApplicationStartedEvent in org.springframework.boot.actuate.metrics.web.jetty
Methods in org.springframework.boot.actuate.metrics.web.jetty with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoid
AbstractJettyMetricsBinder.onApplicationEvent
(ApplicationStartedEvent event) -
Uses of ApplicationStartedEvent in org.springframework.boot.actuate.metrics.web.tomcat
Methods in org.springframework.boot.actuate.metrics.web.tomcat with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoid
TomcatMetricsBinder.onApplicationEvent
(ApplicationStartedEvent event)