|
__init__(self,
body=None,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
recv(self,
link)
Receives and decodes the message content for the current delivery
from the link. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
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...
|