Package | Description |
---|---|
org.glassfish.jersey.micrometer.server |
Binders for Jersey.
|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsApplicationEventListener
The Micrometer
ApplicationEventListener which registers
RequestEventListener for instrumenting Jersey server requests. |
class |
ObservationApplicationEventListener
The Micrometer
ApplicationEventListener which registers
RequestEventListener for instrumenting Jersey server requests with
observations. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationInfoListener
Application event listener that listens to application
events and just prepare ApplicationInfo instance to be injectable. |
class |
CompositeApplicationEventListener
application event listener that aggregates more event listeners into one. |
class |
MonitoringEventListener
application event listener that listens to application
and request events and supplies data to MonitoringStatisticsProcessor which
produces monitoring statistics . |
Modifier and Type | Method and Description |
---|---|
void |
MonitoringContainerListener.init(ApplicationEventListener listener,
ApplicationEvent initFinishedEvent)
Initializes the instance with listener that must be called and initialization event.
|
Constructor and Description |
---|
CompositeApplicationEventListener(Iterable<ApplicationEventListener> applicationEventListeners)
Creates a new instance of composite event listener.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.