Interface QueuedNotificationManagerMXBean
MXBean interface for
QueuedNotificationManager
statistic metrics.- Author:
- Thomas Pantelis
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of stat instances for each current listener notification task in progress.int
Returns the configured maximum listener queue size.
-
Method Details
-
getCurrentListenerQueueStats
List<ListenerNotificationQueueStats> getCurrentListenerQueueStats()Returns a list of stat instances for each current listener notification task in progress. -
getMaxListenerQueueSize
int getMaxListenerQueueSize()Returns the configured maximum listener queue size.
-