public interface SimpleEventBusStatisticsMXBean
Modifier and Type | Method and Description |
---|---|
long |
getListenerCount()
Returns the amount of registered listeners.
|
List<String> |
getListenerTypes()
Returns a list of simple class names (class name without its package) of the registered listeners.
|
long |
getReceivedEventsCount()
Returns the amount of received events.
|
void |
resetReceivedEventsCount()
resets the amount of events received.
|
long getListenerCount()
List<String> getListenerTypes()
long getReceivedEventsCount()
void resetReceivedEventsCount()
Copyright © 2010-2014. All Rights Reserved.