Uses of Class
com.microsoft.azure.servicebus.management.QueueRuntimeInfo
-
Packages that use QueueRuntimeInfo Package Description com.microsoft.azure.servicebus.management -
-
Uses of QueueRuntimeInfo in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return QueueRuntimeInfo Modifier and Type Method Description QueueRuntimeInfoManagementClient. getQueueRuntimeInfo(String path)Retrieves the runtime information of a queue.Methods in com.microsoft.azure.servicebus.management that return types with arguments of type QueueRuntimeInfo Modifier and Type Method Description CompletableFuture<QueueRuntimeInfo>ManagementClientAsync. getQueueRuntimeInfoAsync(String path)Retrieves the runtime information of a queue.
-