Uses of Class
com.microsoft.azure.servicebus.management.TopicDescription
-
Packages that use TopicDescription Package Description com.microsoft.azure.servicebus.management -
-
Uses of TopicDescription in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return TopicDescription Modifier and Type Method Description TopicDescription
ManagementClient. createTopic(TopicDescription topicDescription)
Creates a new topic in the service namespace with the given name.TopicDescription
ManagementClient. createTopic(String topicPath)
Creates a new topic in the service namespace with the given name.TopicDescription
ManagementClient. getTopic(String path)
Retrieves a topic from the service namespaceTopicDescription
ManagementClient. updateTopic(TopicDescription topicDescription)
Updates an existing topic.Methods in com.microsoft.azure.servicebus.management that return types with arguments of type TopicDescription Modifier and Type Method Description CompletableFuture<TopicDescription>
ManagementClientAsync. createTopicAsync(TopicDescription topicDescription)
Creates a new topic in the service namespace with the given name.CompletableFuture<TopicDescription>
ManagementClientAsync. createTopicAsync(String topicPath)
Creates a new topic in the service namespace with the given name.CompletableFuture<TopicDescription>
ManagementClientAsync. getTopicAsync(String path)
Retrieves a topic from the service namespaceList<TopicDescription>
ManagementClient. getTopics()
Retrieves the list of topics present in the namespace.List<TopicDescription>
ManagementClient. getTopics(int count, int skip)
Retrieves the list of topics present in the namespace.CompletableFuture<List<TopicDescription>>
ManagementClientAsync. getTopicsAsync()
Retrieves the list of topics present in the namespace.CompletableFuture<List<TopicDescription>>
ManagementClientAsync. getTopicsAsync(int count, int skip)
Retrieves the list of topics present in the namespace.CompletableFuture<TopicDescription>
ManagementClientAsync. updateTopicAsync(TopicDescription topicDescription)
Updates an existing topic.Methods in com.microsoft.azure.servicebus.management with parameters of type TopicDescription Modifier and Type Method Description TopicDescription
ManagementClient. createTopic(TopicDescription topicDescription)
Creates a new topic in the service namespace with the given name.CompletableFuture<TopicDescription>
ManagementClientAsync. createTopicAsync(TopicDescription topicDescription)
Creates a new topic in the service namespace with the given name.TopicDescription
ManagementClient. updateTopic(TopicDescription topicDescription)
Updates an existing topic.CompletableFuture<TopicDescription>
ManagementClientAsync. updateTopicAsync(TopicDescription topicDescription)
Updates an existing topic.
-