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 TypeClassDescriptionclassBase class for binding Jetty metrics in response to anApplicationStartedEvent.Methods in org.springframework.boot.jetty.metrics with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoidAbstractJettyMetricsBinder.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 TypeClassDescriptionclassBindsTomcatMetricsin response to theApplicationStartedEvent.Methods in org.springframework.boot.tomcat.metrics with parameters of type ApplicationStartedEventModifier and TypeMethodDescriptionvoidTomcatMetricsBinder.onApplicationEvent(ApplicationStartedEvent event)