AMQPInt Class

An AMQP int object.

Inheritance
AMQPInt

Constructor

AMQPInt(value)

Parameters

Name Description
value
Required
int

The value to encode as an AMQP int.

Variables

Name Description
value
int

The Python value of the AMQP type.

c_data

The C AMQP encoded object.

Attributes

c_data

value