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