All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.mmsparams.api.websocket.messages.EmptyMessage Maven / Gradle / Ivy

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