Home | Trees | Indices | Help |
---|
|
Endpoint --+ | object --+ | Receiver
Receives incoming messages from a remote source. Messages may be fetched with fetch.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
int |
|
||
|
|||
|
|||
|
|||
Inherited from |
|
|||
capacity | |||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Returns the number of acknowledged messages awaiting confirmation.
|
Returns the number of messages available to be fetched by the application.
|
Fetch and return a single message. A timeout of None will block forever waiting for a message to arrive, a timeout of zero will return immediately if no messages are available.
|
Close the receiver.
|
|
capacity
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 23 15:33:37 2012 | http://epydoc.sourceforge.net |