Topic.Definition Interface
public interface Definition extends Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
The entirety of the Service Bus topic definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
Topic.DefinitionStages.WithDefaultMessageTTL.withDefaultMessageTTL(Period ttl)
Topic.DefinitionStages.WithDeleteOnIdle.withDeleteOnIdleDurationInMinutes(int durationInMinutes)
Topic.DefinitionStages.WithDuplicateMessageDetection.withDuplicateMessageDetection(Period duplicateDetectionHistoryDuration)
Topic.DefinitionStages.WithExpressMessage.withExpressMessage()
Topic.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name)
Topic.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name)
Topic.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name)
Topic.DefinitionStages.WithSubscription.withNewSubscription(String name)
Topic.DefinitionStages.WithMessageBatching.withoutMessageBatching()
Topic.DefinitionStages.WithPartitioning.withoutPartitioning()
Topic.DefinitionStages.WithPartitioning.withPartitioning()
Topic.DefinitionStages.WithSize.withSizeInMB(long sizeInMB)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java