Home | Trees | Indices | Help |
---|
|
object --+ | Message
The Message class is a mutable holder of message content.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
DATA = 0
|
|
TEXT = 1
|
|
AMQP = 2
|
|
JSON = 3
|
|
DEFAULT_PRIORITY = 4
|
Properties | |
inferred | |
durable The durable property indicates that the message should be held durably by any intermediaries taking responsibility for the message. |
|
priority The priority of the message. |
|
ttl The time to live of the message measured in milliseconds. |
|
first_acquirer True iff the recipient is the first to acquire the message. |
|
delivery_count The number of delivery attempts made for this message. |
|
id The id of the message. |
|
user_id The user id of the message creator. |
|
address The address of the message. |
|
subject The subject of the message. |
|
reply_to The reply-to address for the message. |
|
correlation_id The correlation-id for the message. |
|
content_type The content-type of the message. |
|
content_encoding The content-encoding of the message. |
|
expiry_time The expiry time of the message. |
|
creation_time The creation time of the message. |
|
group_id The group id of the message. |
|
group_sequence The sequence of the message within its group. |
|
reply_to_group_id The group-id for any replies. |
|
format The format of the message. |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Clears the contents of the Message. All fields will be reset to their default values. |
repr(x)
|
Property Details |
inferred
|
durableThe durable property indicates that the message should be held durably by any intermediaries taking responsibility for the message.
|
priorityThe priority of the message.
|
ttlThe time to live of the message measured in milliseconds. Expired messages may be dropped. |
first_acquirerTrue iff the recipient is the first to acquire the message.
|
delivery_countThe number of delivery attempts made for this message.
|
user_idThe user id of the message creator.
|
addressThe address of the message.
|
subjectThe subject of the message.
|
reply_toThe reply-to address for the message.
|
correlation_idThe correlation-id for the message.
|
content_typeThe content-type of the message.
|
content_encodingThe content-encoding of the message.
|
expiry_timeThe expiry time of the message.
|
creation_timeThe creation time of the message.
|
group_idThe group id of the message.
|
group_sequenceThe sequence of the message within its group.
|
reply_to_group_idThe group-id for any replies.
|
formatThe format of the message.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 2 06:16:03 2014 | http://epydoc.sourceforge.net |