Interface StompBrokerRelayMessageHandler.Stats
- Enclosing class:
- StompBrokerRelayMessageHandler
public static interface StompBrokerRelayMessageHandler.Stats
Contract for access to session counters.- Since:
- 5.2
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTotalConnect()The number of CONNECT frames processed.intgetTotalConnected()The number of CONNECTED frames processed.intgetTotalDisconnect()The number of DISCONNECT frames processed.intgetTotalHandlers()The number of connection handlers.
Method Detail
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.