Home | Trees | Indices | Help |
---|
|
object --+ | Message
The Message class is a mutable holder of message content.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Class Variables | |
DEFAULT_PRIORITY = PN_DEFAULT_PRIORITY
|
|
inferred = property(_is_inferred, _set_inferred, doc=
|
|
durable = property(_is_durable, _set_durable, doc=
|
|
priority = property(_get_priority, _set_priority, doc=
|
|
ttl = property(_get_ttl, _set_ttl, doc=
|
|
first_acquirer = property(_is_first_acquirer, _set_first_acqui
|
|
delivery_count = property(_get_delivery_count, _set_delivery_c
|
|
id = property(_get_id, _set_id, doc=
|
|
user_id = property(_get_user_id, _set_user_id, doc=
|
|
address = property(_get_address, _set_address, doc=
|
|
subject = property(_get_subject, _set_subject, doc=
|
|
reply_to = property(_get_reply_to, _set_reply_to, doc=
|
|
correlation_id = property(_get_correlation_id, _set_correlatio
|
|
content_type = property(_get_content_type, _set_content_type,
|
|
content_encoding = property(_get_content_encoding, _set_conten
|
|
expiry_time = property(_get_expiry_time, _set_expiry_time, doc
|
|
creation_time = property(_get_creation_time, _set_creation_tim
|
|
group_id = property(_get_group_id, _set_group_id, doc=
|
|
group_sequence = property(_get_group_sequence, _set_group_sequ
|
|
reply_to_group_id = property(_get_reply_to_group_id, _set_repl
|
Method Details |
|
Clears the contents of the Message. All fields will be reset to their default values. |
Receives and decodes the message content for the current delivery from the link. Upon success it will return the current delivery for the link. If there is no current delivery, or if the current delivery is incomplete, or if the link is not a receiver, it will return None.
|
|
Class Variable Details |
inferred
|
durable
|
priority
|
ttl
|
first_acquirer
|
delivery_count
|
id
|
user_id
|
address
|
subject
|
reply_to
|
correlation_id
|
content_type
|
content_encoding
|
expiry_time
|
creation_time
|
group_id
|
group_sequence
|
reply_to_group_id
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |