Uses of Class
com.azure.storage.queue.QueueAsyncClient
Packages that use QueueAsyncClient
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
Package containing the data models for AzureQueueStorage.
-
Uses of QueueAsyncClient in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueueAsyncClientModifier and TypeMethodDescriptionQueueClientBuilder.buildAsyncClient()
Creates aQueueAsyncClient
based on options set in the builder.QueueServiceAsyncClient.getQueueAsyncClient
(String queueName) Constructs a QueueAsyncClient that interacts with the specified queue.Methods in com.azure.storage.queue that return types with arguments of type QueueAsyncClientModifier and TypeMethodDescriptionQueueServiceAsyncClient.createQueue
(String queueName) Creates a queue in the storage account with the specified name and returns a QueueAsyncClient to interact with it.Mono
<com.azure.core.http.rest.Response<QueueAsyncClient>> QueueServiceAsyncClient.createQueueWithResponse
(String queueName, Map<String, String> metadata) Creates a queue in the storage account with the specified name and metadata and returns a QueueAsyncClient to interact with it. -
Uses of QueueAsyncClient in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueAsyncClientModifier and TypeMethodDescriptionQueueMessageDecodingError.getQueueAsyncClient()
Gets the async queue client that has received message.Constructors in com.azure.storage.queue.models with parameters of type QueueAsyncClientModifierConstructorDescriptionQueueMessageDecodingError
(QueueAsyncClient queueAsyncClient, QueueClient queueClient, QueueMessageItem queueMessageItem, PeekedMessageItem peekedMessageItem, Exception cause) Creates newQueueMessageDecodingError
.