public static interface StompBrokerRelayMessageHandler.Stats
Modifier and Type | Method and Description |
---|---|
int |
getTotalConnect()
The number of CONNECT frames processed.
|
int |
getTotalConnected()
The number of CONNECTED frames processed.
|
int |
getTotalDisconnect()
The number of DISCONNECT frames processed.
|
int |
getTotalHandlers()
The number of connection handlers.
|
int getTotalHandlers()
int getTotalConnect()
int getTotalConnected()
int getTotalDisconnect()