Interface Topic.UpdateStages.WithDuplicateMessageDetection
-
- All Known Subinterfaces:
Topic.Update
- Enclosing interface:
- Topic.UpdateStages
public static interface Topic.UpdateStages.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.UpdatewithDuplicateMessageDetectionHistoryDuration(Duration duration)Specifies the duration of the duplicate message detection history.Topic.UpdatewithoutDuplicateMessageDetection()Specifies that duplicate message detection needs to be disabled.
-
-
-
Method Detail
-
withDuplicateMessageDetectionHistoryDuration
Topic.Update withDuplicateMessageDetectionHistoryDuration(Duration duration)
Specifies the duration of the duplicate message detection history.- Parameters:
duration- duration of the history- Returns:
- the next stage of topic update
-
withoutDuplicateMessageDetection
Topic.Update withoutDuplicateMessageDetection()
Specifies that duplicate message detection needs to be disabled.- Returns:
- the next stage of topic update
-
-