Uses of Class
com.microsoft.azure.servicebus.management.SubscriptionDescription
-
Packages that use SubscriptionDescription Package Description com.microsoft.azure.servicebus.management -
-
Uses of SubscriptionDescription in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return SubscriptionDescription Modifier and Type Method Description SubscriptionDescription
ManagementClient. createSubscription(SubscriptionDescription subscriptionDescription)
Creates a new subscription in the service namespace with the given name.SubscriptionDescription
ManagementClient. createSubscription(SubscriptionDescription subscriptionDescription, RuleDescription defaultRule)
Creates a new subscription in the service namespace with the provided default rule.SubscriptionDescription
ManagementClient. createSubscription(String topicPath, String subscriptionName)
Creates a new subscription for a given topic in the service namespace with the given name.SubscriptionDescription
ManagementClient. getSubscription(String topicPath, String subscriptionName)
Retrieves a subscription for a given topic from the service namespaceSubscriptionDescription
ManagementClient. updateSubscription(SubscriptionDescription subscriptionDescription)
Updates an existing subscription.Methods in com.microsoft.azure.servicebus.management that return types with arguments of type SubscriptionDescription Modifier and Type Method Description CompletableFuture<SubscriptionDescription>
ManagementClientAsync. createSubscriptionAsync(SubscriptionDescription subscriptionDescription)
Creates a new subscription in the service namespace with the given name.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. createSubscriptionAsync(SubscriptionDescription subscriptionDescription, RuleDescription defaultRule)
Creates a new subscription in the service namespace with the provided default rule.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. createSubscriptionAsync(String topicPath, String subscriptionName)
Creates a new subscription for a given topic in the service namespace with the given name.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. getSubscriptionAsync(String topicPath, String subscriptionName)
Retrieves a subscription for a given topic from the service namespaceList<SubscriptionDescription>
ManagementClient. getSubscriptions(String topicName)
Retrieves the list of subscriptions for a given topic in the namespace.List<SubscriptionDescription>
ManagementClient. getSubscriptions(String topicName, int count, int skip)
Retrieves the list of subscriptions for a given topic in the namespace.CompletableFuture<List<SubscriptionDescription>>
ManagementClientAsync. getSubscriptionsAsync(String topicName)
Retrieves the list of subscriptions for a given topic in the namespace.CompletableFuture<List<SubscriptionDescription>>
ManagementClientAsync. getSubscriptionsAsync(String topicName, int count, int skip)
Retrieves the list of subscriptions for a given topic in the namespace.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. updateSubscriptionAsync(SubscriptionDescription subscriptionDescription)
Updates an existing subscription.Methods in com.microsoft.azure.servicebus.management with parameters of type SubscriptionDescription Modifier and Type Method Description SubscriptionDescription
ManagementClient. createSubscription(SubscriptionDescription subscriptionDescription)
Creates a new subscription in the service namespace with the given name.SubscriptionDescription
ManagementClient. createSubscription(SubscriptionDescription subscriptionDescription, RuleDescription defaultRule)
Creates a new subscription in the service namespace with the provided default rule.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. createSubscriptionAsync(SubscriptionDescription subscriptionDescription)
Creates a new subscription in the service namespace with the given name.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. createSubscriptionAsync(SubscriptionDescription subscriptionDescription, RuleDescription defaultRule)
Creates a new subscription in the service namespace with the provided default rule.SubscriptionDescription
ManagementClient. updateSubscription(SubscriptionDescription subscriptionDescription)
Updates an existing subscription.CompletableFuture<SubscriptionDescription>
ManagementClientAsync. updateSubscriptionAsync(SubscriptionDescription subscriptionDescription)
Updates an existing subscription.
-