See: Description
| Class | Description |
|---|---|
| AbstractHeartbeatListener<SVR extends AbstractStampyMessageGateway> |
This class intercepts incoming
StompMessageType.CONNECT from a STOMP
1.2 client and starts a heartbeat, if requested.CONNECT heart-beat:[cx],[cy] CONNECTED: heart-beat:[sx],[sy] For heart-beats from the client to the server: if [cx] is 0 (the client cannot send heart-beats) or [sy] is 0 (the server does not want to receive heart-beats) then there will be none otherwise, there will be heart-beats every MAX([cx],[sy]) milliseconds In the other direction, [sx] and [cy] are used the same way. |