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 | |||
) |
Reimplemented in FakeQueueMessage.
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.