Interface QueuedNotificationManagerMXBean
-
@MXBean public interface QueuedNotificationManagerMXBean
MXBean interface forQueuedNotificationManager
statistic metrics.- Author:
- Thomas Pantelis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ListenerNotificationQueueStats>
getCurrentListenerQueueStats()
Returns a list of stat instances for each current listener notification task in progress.int
getMaxListenerQueueSize()
Returns the configured maximum listener queue size.
-
-
-
Method Detail
-
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.
-
-