| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_events.Handler --+
|
object --+ |
| |
Acking --+
|
IncomingMessageHandler
A utility for simpler and more intuitive handling of delivery events related to incoming i.e. received messages.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Called when a message is received. The message itself can be obtained as a property on the event. For the purpose of referring to this message in further actions (e.g. if explicitly accepting it, the ``delivery`` should be used, also obtainable via a property on the event. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Nov 21 10:53:49 2019 | http://epydoc.sourceforge.net |