Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmqpAnnotatedMessage

Package version

Describes the AmqpAnnotatedMessage, part of the ServiceBusReceivedMessage(as amqpAnnotatedMessage property).

Hierarchy

  • AmqpAnnotatedMessage

Index

Properties

Optional applicationProperties

applicationProperties: undefined | {}

A dictionary containing application specific message properties.

body

body: any

The message body.

Optional deliveryAnnotations

deliveryAnnotations: undefined | {}

A dictionary used for delivery-specific non-standard properties at the head of the message.

Optional footer

footer: undefined | {}

Describes set of footer properties of the message.

Optional header

Describes the defined set of standard header properties of the message.

Optional messageAnnotations

messageAnnotations: undefined | {}

A dictionary containing message attributes that will be held in the message header

Optional properties

Describes the defined set of standard properties of the message.

Generated using TypeDoc