Package | Description |
---|---|
com.microsoft.azure.servicebus.management |
Modifier and Type | Method and Description |
---|---|
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.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.getSubscription(String topicPath,
String subscriptionName)
Retrieves a subscription for a given topic from the service namespace
|
SubscriptionDescription |
ManagementClient.updateSubscription(SubscriptionDescription subscriptionDescription)
Updates an existing subscription.
|
Modifier and Type | Method and Description |
---|---|
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.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.getSubscriptionAsync(String topicPath,
String subscriptionName)
Retrieves a subscription for a given topic from the service namespace
|
List<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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.