Package brave.jersey.server
Class TracingApplicationEventListener
- java.lang.Object
-
- brave.jersey.server.TracingApplicationEventListener
-
- All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.ApplicationEventListener
@Provider public final class TracingApplicationEventListener extends Object implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.glassfish.jersey.server.monitoring.ApplicationEventListener
create(HttpTracing httpTracing)
void
onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
org.glassfish.jersey.server.monitoring.RequestEventListener
onRequest(org.glassfish.jersey.server.monitoring.RequestEvent event)
-
-
-
Method Detail
-
create
public static org.glassfish.jersey.server.monitoring.ApplicationEventListener create(HttpTracing httpTracing)
-
onEvent
public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
- Specified by:
onEvent
in interfaceorg.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 interfaceorg.glassfish.jersey.server.monitoring.ApplicationEventListener
-
-