Annotation Interface OnWebSocketError
Annotation for methods to receive WebSocket errors.
Acceptable method patterns:
public void <methodName>(Throwable cause)
public void <methodName>(Session session, Throwable cause)
Annotation for methods to receive WebSocket errors.
Acceptable method patterns:
public void <methodName>(Throwable cause)
public void <methodName>(Session session, Throwable cause)