Trees | Indices | Help |
---|
|
endpoint.Endpoint --+ | Consumer
An AMQP (abstract) consumer. The received() method needs to be overridden.
|
|||
|
|||
str |
|
||
str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
str |
|
|
|||
Inherited from |
|
|||
Destination |
__destination The AMQP destination to consume. |
||
bool |
__started Indicates that start() has been called. |
||
ReceiverThread |
__thread The receiver thread. |
||
Inherited from |
|
Extract the message subject.
|
|
Get the endpoint id
|
Get the AMQP address for this endpoint.
|
Close the consumer. Stop the receiver thread.
|
Process received request. Inject subject & destination.uuid.
|
Check to see if the envelope is valid.
|
Dispatch received request.
|
Process received request. Inject subject & destination.uuid.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 2 09:10:28 2013 | http://epydoc.sourceforge.net |