Interface Topic.DefinitionStages.WithSubscription
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.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.DefinitionStages.WithCreatewithNewSubscription(String name)Creates a subscription entity for the Service Bus topic.
-
-
-
Method Detail
-
withNewSubscription
Topic.DefinitionStages.WithCreate withNewSubscription(String name)
Creates a subscription entity for the Service Bus topic.- Parameters:
name- queue name- Returns:
- the next stage of topic definition
-
-