Class MonitoringEventListener

java.lang.Object
org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
All Implemented Interfaces:
ApplicationEventListener

@Priority(1100) public final class MonitoringEventListener extends Object implements ApplicationEventListener
application event listener that listens to application and request events and supplies data to MonitoringStatisticsProcessor which produces monitoring statistics.

The MonitoringStatisticsProcessor is started by this class after the first application event comes.

This event listener must be registered as a standard provider when monitoring statistics are required in the runtime.

Author:
Miroslav Fuksa
See Also: