AMQPArray Class

An AMQP Array object. All the values in the array must be of the same type.

Inheritance
AMQPArray

Constructor

AMQPArray(value)

Parameters

Name Description
value
Required
int

The value to encode as an AMQP array.

Variables

Name Description
value

The Python values of the AMQP array.

c_data

The C AMQP encoded object.

Attributes

c_data

value