Interface Topic.UpdateStages.WithSubscription
- All Known Subinterfaces:
Topic.Update
- Enclosing interface:
- Topic.UpdateStages
public static interface Topic.UpdateStages.WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewSubscription
(String name) Creates a subscription entity for the Service Bus topic.withoutSubscription
(String name) Removes a subscription entity associated with the Service Bus topic.
-
Method Details
-
withNewSubscription
Creates a subscription entity for the Service Bus topic.- Parameters:
name
- queue name- Returns:
- next stage of the Service Bus topic update
-
withoutSubscription
Removes a subscription entity associated with the Service Bus topic.- Parameters:
name
- subscription name- Returns:
- next stage of the Service Bus topic update
-