Interface StompBrokerRelayMessageHandler.Stats
- Enclosing class:
 - StompBrokerRelayMessageHandler
 
public static interface StompBrokerRelayMessageHandler.Stats
Contract for access to session counters.
- Since:
 - 5.2
 
- 
Method Summary
Modifier 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
- 
getTotalHandlers
int getTotalHandlers()The number of connection handlers. - 
getTotalConnect
int getTotalConnect()The number of CONNECT frames processed. - 
getTotalConnected
int getTotalConnected()The number of CONNECTED frames processed. - 
getTotalDisconnect
int getTotalDisconnect()The number of DISCONNECT frames processed. 
 -