@Priority(value=2500) public class OpenTracingApplicationEventListener extends Object implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
ApplicationEventListener for configuring the OpenTracingRequestEventListener
instances for tracked requests.| Constructor and Description |
|---|
OpenTracingApplicationEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event) |
org.glassfish.jersey.server.monitoring.RequestEventListener |
onRequest(org.glassfish.jersey.server.monitoring.RequestEvent event) |
void |
postConstruct()
Initialization of internal services.
|
@PostConstruct public void postConstruct()
public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
onEvent in interface org.glassfish.jersey.server.monitoring.ApplicationEventListenerpublic org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent event)
onRequest in interface org.glassfish.jersey.server.monitoring.ApplicationEventListenerCopyright © 2019. All rights reserved.