Class Annotations

  • Direct Known Subclasses:
    DeliveryAnnotations, Footer, MessageAnnotations

    public class Annotations
    extends AMQPMap

    The annotations type is a map where the keys are restricted to be of type or of type . All ulong keys, and all symbolic keys except those beginning with "x-" are reserved. Keys beginning with "x-opt-" MUST be ignored if not understood. On receiving an annotation key which is not understood, and which does not begin with "x-opt", the receiving AMQP container MUST detach the link with a error.

    Version:
    AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
    • Constructor Detail

      • Annotations

        public Annotations​(java.util.Map initValue)
                    throws java.io.IOException
        Constructs a Annotations.
        Parameters:
        initValue - initial value
        Throws:
        error - during initialization
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class AMQPMap