Class AmqpValue<E>

  • All Implemented Interfaces:
    Section<E>

    public final class AmqpValue<E>
    extends java.lang.Object
    implements Section<E>
    • Field Detail

      • DESCRIPTOR_CODE

        public static final UnsignedLong DESCRIPTOR_CODE
      • DESCRIPTOR_SYMBOL

        public static final Symbol DESCRIPTOR_SYMBOL
    • Constructor Detail

      • AmqpValue

        public AmqpValue​(E value)
    • Method Detail

      • getValue

        public E getValue()
        Specified by:
        getValue in interface Section<E>
        Returns:
        the Object value contained within the given message Section.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object