Class OpenTracingApplicationEventListener

  • All Implemented Interfaces:
    org.glassfish.jersey.server.monitoring.ApplicationEventListener

    @Priority(2500)
    public class OpenTracingApplicationEventListener
    extends Object
    implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
    ApplicationEventListener for configuring the OpenTracingRequestEventListener instances for tracked requests.
    Author:
    David Matejcek
    • Constructor Detail

      • OpenTracingApplicationEventListener

        public OpenTracingApplicationEventListener()
    • Method Detail

      • postConstruct

        @PostConstruct
        public void postConstruct()
        Initialization of internal services.
      • onEvent

        public void onEvent​(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
        Specified by:
        onEvent in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
      • onRequest

        public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest​(org.glassfish.jersey.server.monitoring.RequestEvent event)
        Specified by:
        onRequest in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener