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
Classes in org.springframework.boot.actuate.metrics.web.jetty that implement interfaces with type arguments of type ApplicationStartedEventModifier and TypeClassDescriptionclass
Base class for binding Jetty metrics in response to anApplicationStartedEvent
.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
Classes in org.springframework.boot.actuate.metrics.web.tomcat that implement interfaces with type arguments of type ApplicationStartedEventModifier and TypeClassDescriptionclass
BindsTomcatMetrics
in response to theApplicationStartedEvent
.Methods in org.springframework.boot.actuate.metrics.web.tomcat with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoid
TomcatMetricsBinder.onApplicationEvent
(ApplicationStartedEvent event)