com.azure.messaging.servicebus.models
Model classes for interacting with Azure Service Bus.
Classes
| AbandonOptions |
Options to specify when abandoning a ServiceBusReceivedMessage received via PEEK_LOCK. |
| CompleteOptions |
Options to specify when completing a ServiceBusReceivedMessage received via PEEK_LOCK. |
| CreateMessageBatchOptions |
The set of options that can be specified when creating an batch of messages. |
| DeadLetterOptions |
Options to specify when sending a ServiceBusReceivedMessage received via PEEK_LOCK to the dead-letter queue . |
| DeferOptions |
Options to specify when deferring a ServiceBusReceivedMessage received via PEEK_LOCK. |
Enums
| ServiceBusMessageState |
Represents the message state of the ServiceBusReceivedMessage. |
| ServiceBusReceiveMode |
Defines the modes for receiving messages. |
| SubQueue |
Azure Service Bus queues and subscriptions provide a secondary sub-queue, called a dead-letter queue (DLQ). |