Class QueueRuntimeInfo
- java.lang.Object
-
- com.microsoft.azure.servicebus.management.EntityRuntimeInfo
-
- com.microsoft.azure.servicebus.management.QueueRuntimeInfo
-
public class QueueRuntimeInfo extends EntityRuntimeInfo
This provides runtime information of the queue.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getMessageCount()
long
getSizeInBytes()
-
Methods inherited from class com.microsoft.azure.servicebus.management.EntityRuntimeInfo
getAccessedAt, getCreatedAt, getMessageCountDetails, getPath, getUpdatedAt
-
-