Class BinaryMessage

    • Constructor Detail

      • BinaryMessage

        public BinaryMessage()
    • Method Detail

      • getMessage

        public byte[] getMessage()
        The binary message as a blob.
      • setMessage

        public void setMessage​(byte[] message)
        The binary message as a blob.
      • withMessage

        public BinaryMessage withMessage​(byte[] message)
        The binary message as a blob.
      • getContext

        public MessageContext getContext()
        The context of the message, such as the topic where the message was published.
      • setContext

        public void setContext​(MessageContext context)
        The context of the message, such as the topic where the message was published.
      • withContext

        public BinaryMessage withContext​(MessageContext context)
        The context of the message, such as the topic where the message was published.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object