Interface Queue.UpdateStages.WithDuplicateMessageDetection
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
- Queue.UpdateStages
public static interface Queue.UpdateStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message
detection history.
-
Method Summary
Modifier and TypeMethodDescriptionwithDuplicateMessageDetectionHistoryDuration
(org.joda.time.Period duration) Specifies the duration of the duplicate message detection history.Specifies that duplicate message detection needs to be disabled.
-
Method Details
-
withDuplicateMessageDetectionHistoryDuration
Specifies the duration of the duplicate message detection history.- Parameters:
duration
- duration of the history- Returns:
- the next stage of queue update
-
withoutDuplicateMessageDetection
Queue.Update withoutDuplicateMessageDetection()Specifies that duplicate message detection needs to be disabled.- Returns:
- the next stage of queue update
-