Topic.DefinitionStages.WithDuplicateMessageDetection Interface
public static interface Topic.DefinitionStages.WithDuplicateMessageDetection
The stage of the topic definition allowing to specify duration of the duplicate message detection history.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDuplicateMessageDetection(Period duplicateDetectionHistoryDuration)
Specifies the duration of the duplicate message detection history. |
Method Details
withDuplicateMessageDetection
public abstract Topic.DefinitionStages.WithCreate withDuplicateMessageDetection(Period duplicateDetectionHistoryDuration)
Specifies the duration of the duplicate message detection history.
Parameters:
duplicateDetectionHistoryDuration
- duration of the history
Returns:
the next stage of topic definition
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