Interface Topic.DefinitionStages
-
- Enclosing interface:
- Topic
public static interface Topic.DefinitionStagesGrouping of Service Bus topic definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTopic.DefinitionStages.BlankThe first stage of a topic definition.static interfaceTopic.DefinitionStages.WithAuthorizationRuleThe stage of the topic definition allowing to add an authorization rule for accessing the topic.static interfaceTopic.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceTopic.DefinitionStages.WithDefaultMessageTTLThe stage of the topic definition allowing to define default TTL for messages.static interfaceTopic.DefinitionStages.WithDeleteOnIdleThe stage of the topic definition allowing to define auto delete behaviour.static interfaceTopic.DefinitionStages.WithDuplicateMessageDetectionThe stage of the topic definition allowing to specify duration of the duplicate message detection history.static interfaceTopic.DefinitionStages.WithExpressMessageThe stage of the topic definition allowing to mark messages as express messages.static interfaceTopic.DefinitionStages.WithMessageBatchingThe stage of the topic definition allowing specify batching behaviour.static interfaceTopic.DefinitionStages.WithPartitioningThe stage of the topic definition allowing to specify partitioning behaviour.static interfaceTopic.DefinitionStages.WithSizeThe stage of the topic definition allowing to specify size.static interfaceTopic.DefinitionStages.WithSubscriptionThe stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
-