Interface WebsocketClientListener

All Superinterfaces:
WebsocketConnectionListener

public interface WebsocketClientListener extends WebsocketConnectionListener
Interface to receive websocket connection events.
Since:
1.0
Version:
2022-08-30
  • Method Details

    • onFailedConnect

      void onFailedConnect(WebsocketClient client) throws Exception
      Called when a client stops due to connection failures. This can either be a failed connect with retries disabled, or more than maxRetries failed connect attempts.
      Parameters:
      client - the client
      Throws:
      Exception