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