Interface StompBrokerRelayMessageHandler.Stats
- Enclosing class:
- StompBrokerRelayMessageHandler
public static interface StompBrokerRelayMessageHandler.Stats
Contract for access to session counters.
- Since:
- 5.2
- 
Method SummaryModifier and TypeMethodDescriptionintThe number of CONNECT frames processed.intThe number of CONNECTED frames processed.intThe number of DISCONNECT frames processed.intThe number of connection handlers.
- 
Method Details- 
getTotalHandlersint getTotalHandlers()The number of connection handlers.
- 
getTotalConnectint getTotalConnect()The number of CONNECT frames processed.
- 
getTotalConnectedint getTotalConnected()The number of CONNECTED frames processed.
- 
getTotalDisconnectint getTotalDisconnect()The number of DISCONNECT frames processed.
 
-