| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Handler --+
|
object --+ |
| |
handlers.Acking --+
|
handlers.IncomingMessageHandler --+
|
SyncRequestResponse
Implementation of the synchronous request-responce (aka RPC) pattern.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Class Variables | |
correlation_id = AtomicCount()
|
|
| Instance Variables | |
|
address Address for all requests, may be None. |
|
|
connection Connection for requests and responses. |
|
| Properties | |
|
Inherited from |
| Method Details |
Send requests and receive responses. A single instance can send many requests to the same or different addresses.
|
Send a request message, wait for and return the response message.
|
Return the dynamic address of our receiver.
|
Called when we receive a message for our receiver.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 16:10:36 2019 | http://epydoc.sourceforge.net |