| Package | Description |
|---|---|
| com.azure.storage.queue |
This package contains the classes to perform actions on Azure Storage Queue.
|
| com.azure.storage.queue.models |
Package containing classes for AzureQueueStorage.
|
| Modifier and Type | Method and Description |
|---|---|
QueueClient |
QueueClientBuilder.buildClient()
Creates a
QueueClient based on options set in the builder. |
QueueClient |
QueueServiceClient.createQueue(String queueName)
Creates a queue in the storage account with the specified name and returns a QueueClient to interact with it.
|
QueueClient |
QueueServiceClient.getQueueClient(String queueName)
Constructs a QueueClient that interacts with the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
QueueClient |
QueueMessageDecodingError.getQueueClient()
Gets the queue client that has received message.
|
| Constructor and Description |
|---|
QueueMessageDecodingError(QueueAsyncClient queueAsyncClient,
QueueClient queueClient,
QueueMessageItem queueMessageItem,
PeekedMessageItem peekedMessageItem,
Exception cause)
Creates new
QueueMessageDecodingError. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.