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(Duration duplicateDetectionHistoryDuration)
Specifies the duration of the duplicate message detection history. |
Method Details
withDuplicateMessageDetection
public abstract Topic.DefinitionStages.WithCreate withDuplicateMessageDetection(Duration 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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java