Class WsSessionIdentifier
java.lang.Object
ch.colabproject.colab.api.ws.message.WsMessage
ch.colabproject.colab.api.ws.message.WsSessionIdentifier
- All Implemented Interfaces:
ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator,Serializable
Message sent to each client as soon as they initialize the websocket connection.
- Author:
- maxence
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorWsSessionIdentifier(String sessionId) create a message based on a websocket session -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
getJsonDiscriminator
-
Constructor Details
-
WsSessionIdentifier
public WsSessionIdentifier()Default constructor -
WsSessionIdentifier
create a message based on a websocket session- Parameters:
sessionId- client session id
-
-
Method Details