Uses of Class
com.microsoft.azure.servicebus.management.QueueDescription
-
Packages that use QueueDescription Package Description com.microsoft.azure.servicebus.management -
-
Uses of QueueDescription in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return QueueDescription Modifier and Type Method Description QueueDescriptionManagementClient. createQueue(QueueDescription queueDescription)Creates a new queue in the service namespace with the given name.QueueDescriptionManagementClient. createQueue(String queuePath)Creates a new queue in the service namespace with the given name.QueueDescriptionManagementClient. getQueue(String path)Retrieves a queue from the service namespaceQueueDescriptionManagementClient. updateQueue(QueueDescription queueDescription)Updates an existing queue.Methods in com.microsoft.azure.servicebus.management that return types with arguments of type QueueDescription Modifier and Type Method Description CompletableFuture<QueueDescription>ManagementClientAsync. createQueueAsync(QueueDescription queueDescription)Creates a new queue in the service namespace with the given name.CompletableFuture<QueueDescription>ManagementClientAsync. createQueueAsync(String queuePath)Creates a new queue in the service namespace with the given name.CompletableFuture<QueueDescription>ManagementClientAsync. getQueueAsync(String path)Retrieves a queue from the service namespaceList<QueueDescription>ManagementClient. getQueues()Retrieves the list of queues present in the namespace.List<QueueDescription>ManagementClient. getQueues(int count, int skip)Retrieves the list of queues present in the namespace.CompletableFuture<List<QueueDescription>>ManagementClientAsync. getQueuesAsync()Retrieves the list of queues present in the namespace.CompletableFuture<List<QueueDescription>>ManagementClientAsync. getQueuesAsync(int count, int skip)Retrieves the list of queues present in the namespace.CompletableFuture<QueueDescription>ManagementClientAsync. updateQueueAsync(QueueDescription queueDescription)Updates an existing queue.Methods in com.microsoft.azure.servicebus.management with parameters of type QueueDescription Modifier and Type Method Description QueueDescriptionManagementClient. createQueue(QueueDescription queueDescription)Creates a new queue in the service namespace with the given name.CompletableFuture<QueueDescription>ManagementClientAsync. createQueueAsync(QueueDescription queueDescription)Creates a new queue in the service namespace with the given name.QueueDescriptionManagementClient. updateQueue(QueueDescription queueDescription)Updates an existing queue.CompletableFuture<QueueDescription>ManagementClientAsync. updateQueueAsync(QueueDescription queueDescription)Updates an existing queue.
-