Class WsMessage
java.lang.Object
ch.colabproject.colab.api.ws.message.WsMessage
- All Implemented Interfaces:
ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator,Serializable
- Direct Known Subclasses:
WsChannelUpdate,WsPing,WsPong,WsSessionIdentifier,WsSignOutMessage,WsUpdateMessage
public abstract class WsMessage
extends Object
implements ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
Abstract class for all websocket messages
- Author:
- maxence
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
getJsonDiscriminator
-
Constructor Details
-
WsMessage
public WsMessage()
-