Interface Topic.DefinitionStages.WithDuplicateMessageDetection
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithDuplicateMessageDetectionThe stage of the topic definition allowing to specify duration of the duplicate message detection history.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration)Specifies the duration of the duplicate message detection history.
-
-
-
Method Detail
-
withDuplicateMessageDetection
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
-
-