java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPMap
com.swiftmq.amqp.v100.generated.messaging.message_format.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 Details

    • Annotations

      public Annotations(Map initValue) throws IOException
      Constructs a Annotations.
      Parameters:
      initValue - initial value
  • Method Details