| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_events.Handler --+
|
object --+ |
| |
_handlers.Acking --+
|
_handlers.IncomingMessageHandler --+
|
SyncRequestResponse
Implementation of the synchronous request-response (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 | |
|
reply_to Return the dynamic address of our receiver. |
|
|
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.
|
Called when we receive a message for our receiver.
|
| Property Details |
reply_toReturn the dynamic address of our receiver.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Nov 21 10:53:50 2019 | http://epydoc.sourceforge.net |