Class JettyServerThreadPoolMetricsBinder

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>

    public class JettyServerThreadPoolMetricsBinder
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
    Binds JettyServerThreadPoolMetrics in response to the ApplicationStartedEvent.
    Since:
    2.1.0
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.boot.context.event.ApplicationStartedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>