Home | Trees | Indices | Help |
|
---|
|
object --+ | IncomingMessage
Incoming message.
The handler allowing to inspect the details of the incoming message and sent back replies or rejection notifications.
The user code interacts with objects of this type mainly in the functors that are provided during object registration and that are later called back when the incoming message arrives. The handler objects can be stored aside for further processing even after the callback returns, but should not be kept alive longer than the agent itself.
Note: The objects of this class are not supposed to be used from multiple threads.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Deallocates internal resources associated with this object. This function is called automatically if the object is used as a context manager. |
Sends back the reply. Sends back the reply to the message identified by this object. The reply (or rejection) can be sent only once. |
Sends back the rejection (exception) notification. Sends back the rejection to the message identified by this object. The rejection (or reply) can be sent only once. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 10 23:16:12 2015 | http://epydoc.sourceforge.net |