ValueBody Class
An AMQP message body of type Value. This represents a single encoded object.
- Inheritance
-
ValueBody
Constructor
ValueBody(c_message, encoding='UTF-8')
Parameters
- c_message
- encoding
default value: UTF-8
Variables
- type
- MessageBodyType
The body type. This should always be ValueType
- data
- object
The data contained in the message body. The value of the encoded object
Methods
| set |
Set a value as the message body. This can be any Python data type and it will be automatically encoded into an AMQP type. If a specific AMQP type is required, a types.AMQPType can be used. |
set
Set a value as the message body. This can be any Python data type and it will be automatically encoded into an AMQP type. If a specific AMQP type is required, a types.AMQPType can be used.
set(value)
Parameters
Attributes
data
Feedback
Submit and view feedback for