|
pyrax
Python Bindings for the Rackspace Cloud
|
This class represents a Message posted to a Queue. More...
Public Member Functions | |
| def | __init__ |
| def | delete |
| Deletes this message from its queue. | |
Public Attributes | |
| id | |
| age | |
| body | |
| href | |
| ttl | |
| claim_id | |
This class represents a Message posted to a Queue.
| def __init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
| def delete | ( | self, | |
claim_id = None |
|||
| ) |
Deletes this message from its queue.
If the message has been claimed, the ID of that claim must be passed as the 'claim_id' parameter.
Reimplemented from BaseResource.
1.7.6.1