net.openstack.Core.Domain.Queues Namespace |
Class | Description | |
---|---|---|
Claim |
Represents a claim of messages in a queue.
| |
ClaimId |
Represents the unique identifier of a claim in the IQueueingService.
| |
CloudQueue |
Represents a named queue in the IQueueingService.
| |
Message |
Represents a queue message with a dynamic JObject body.
| |
MessageT |
Represents a queue message with a strongly-typed body.
| |
MessageId |
Represents the unique identifier of a message in the IQueueingService.
| |
MessagesEnqueued |
Represents the response returned when posting messages to a queue in the IQueueingService.
| |
MessageStatistics |
This models the JSON object used to represent statistics for a particular
message in a message queue.
| |
QueuedMessage |
Represents a message which is queued in the IQueueingService.
| |
QueuedMessageList |
This class extends the ReadOnlyCollectionPageT class
to provide access to the opaque marker used for paginating messages
in the IQueueingService (via the NextPageId
property.
| |
QueuedMessageListId |
Represents the unique identifier of a message list page in the IQueueingService.
| |
QueueMessagesStatistics |
This models the JSON object used to represent statistics for messages
a particular message queue.
| |
QueueName |
Represents the name of a queue in the IQueueingService.
| |
QueueStatistics |
This models the JSON object used to represent statistics returned by the
Get Queue Statistics API call.
|