Interface RawMessage

All Superinterfaces:
Message
All Known Implementing Classes:
RawMessageAdapter

public interface RawMessage extends Message
A raw data payload used for outbound messages.
  • Method Details

    • getRawPayload

      ByteBuffer[] getRawPayload()
      Get the raw data payload for this message.
      Returns:
      raw payload
    • getOriginalMessage

      Message getOriginalMessage()
      Get the message this raw message is based upon.
      Returns:
      original message