Annotation Interface OnWebSocketOpen
Annotation for methods to receive WebSocket connect events.
Acceptable method signatures:
public void <methodName>(*Session session)
The * before the parameter type means that the parameter is mandatory.
Annotation for methods to receive WebSocket connect events.
Acceptable method signatures:
public void <methodName>(*Session session)The * before the parameter type means that the parameter is mandatory.