Uses of Class
org.springframework.boot.context.event.ApplicationStartedEvent
Packages that use ApplicationStartedEvent
Package
Description
Actuator support for Jetty metrics.
Tomcat metrics.
-
Uses of ApplicationStartedEvent in org.springframework.boot.jetty.metrics
Classes in org.springframework.boot.jetty.metrics 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.jetty.metrics with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoid
AbstractJettyMetricsBinder.onApplicationEvent
(ApplicationStartedEvent event) -
Uses of ApplicationStartedEvent in org.springframework.boot.tomcat.metrics
Classes in org.springframework.boot.tomcat.metrics that implement interfaces with type arguments of type ApplicationStartedEventModifier and TypeClassDescriptionclass
BindsTomcatMetrics
in response to theApplicationStartedEvent
.Methods in org.springframework.boot.tomcat.metrics with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoid
TomcatMetricsBinder.onApplicationEvent
(ApplicationStartedEvent event)