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