Class MDfromHTMLIPCMessage

  • All Implemented Interfaces:
    IMDfromHTMLIPCMessage, Serializable

    public class MDfromHTMLIPCMessage
    extends Object
    implements IMDfromHTMLIPCMessage, Serializable
    Implementation of the MDfromHTML IPC Message to be sent (or received) across the MDfromHTML Interprocess Communications Infrastructure. Messages may carry JSONObject or byte[] content. Messages are identified by a topic (used for subscription), a type (used for identifying how a message should be parsed and interpreted), a create time, a sequence number where 0 implies the only message, 1 or greater implies a chunk of a larger message (where Integer.MAX_VALUE acks as a semaphore to signal the last of a sequence), and a flag describing if the message content is a JSONObject or byte[].
    See Also:
    Serialized Form