Class WebSocketHeartbeat


  • public class WebSocketHeartbeat
    extends Object
    Periodically sends 'ping' messages to all websocket clients (all ot them are subscribed to 'ping' topic.) so that connection is always active. Client answers with 'pong' on this messages.