Interface Topic.Definition
- All Superinterfaces:
Creatable<Topic>, HasName, Indexable, Topic.DefinitionStages.Blank, Topic.DefinitionStages.WithAuthorizationRule, Topic.DefinitionStages.WithCreate, Topic.DefinitionStages.WithDefaultMessageTTL, Topic.DefinitionStages.WithDeleteOnIdle, Topic.DefinitionStages.WithDuplicateMessageDetection, Topic.DefinitionStages.WithExpressMessage, Topic.DefinitionStages.WithMessageBatching, Topic.DefinitionStages.WithPartitioning, Topic.DefinitionStages.WithSize, Topic.DefinitionStages.WithSubscription
- Enclosing interface:
Topic
public static interface Topic.Definition
extends Topic.DefinitionStages.Blank, Topic.DefinitionStages.WithCreate
The entirety of the Service Bus topic definition.
-
Method Summary
Methods inherited from interface Creatable
create, create, createAsync, createAsyncMethods inherited from interface Topic.DefinitionStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRuleMethods inherited from interface Topic.DefinitionStages.WithDefaultMessageTTL
withDefaultMessageTTLMethods inherited from interface Topic.DefinitionStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutesMethods inherited from interface Topic.DefinitionStages.WithDuplicateMessageDetection
withDuplicateMessageDetectionMethods inherited from interface Topic.DefinitionStages.WithExpressMessage
withExpressMessageMethods inherited from interface Topic.DefinitionStages.WithMessageBatching
withoutMessageBatchingMethods inherited from interface Topic.DefinitionStages.WithPartitioning
withoutPartitioning, withPartitioningMethods inherited from interface Topic.DefinitionStages.WithSize
withSizeInMBMethods inherited from interface Topic.DefinitionStages.WithSubscription
withNewSubscription