Uses of Class
com.microsoft.azure.servicebus.management.TopicRuntimeInfo
-
Packages that use TopicRuntimeInfo Package Description com.microsoft.azure.servicebus.management -
-
Uses of TopicRuntimeInfo in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return TopicRuntimeInfo Modifier and Type Method Description TopicRuntimeInfo
ManagementClient. getTopicRuntimeInfo(String path)
Retrieves the runtime information of a topicMethods in com.microsoft.azure.servicebus.management that return types with arguments of type TopicRuntimeInfo Modifier and Type Method Description CompletableFuture<TopicRuntimeInfo>
ManagementClientAsync. getTopicRuntimeInfoAsync(String path)
Retrieves the runtime information of a topic
-