cz.mmsparams.api.websocket.messages.EmptyMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MmsParamsAPI Show documentation
Show all versions of MmsParamsAPI Show documentation
Common library for MmsParams system
The newest version!
package cz.mmsparams.api.websocket.messages;
import java.io.Serializable;
import cz.mmsparams.api.websocket.WebSocketMessageBase;
/**
* This message is used to deserialize incoming messages in string and then recognize
* message type from messageKey property. After that it is possible to deserialize message of correct type
*/
public class EmptyMessage extends WebSocketMessageBase implements Serializable
{
@Override
public String toString()
{
return "EmptyMessage{} " + super.toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy