Annotation Interface OnWebSocketClose
Annotation for methods to receive WebSocket close events.
Acceptable method patterns:
public void <methodName>(int statusCode, String reason)
public void <methodName>(Session session, int statusCode, String reason)