Interface RetryAwareRequest
- All Known Implementing Classes:
CommitModels
public interface RetryAwareRequest
Request whose durable handler needs to distinguish an initial send from a transport retry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMarks the same logical request as a possible retry before it is sent again.
-
Method Details
-
markPossibleDuplicate
void markPossibleDuplicate()Marks the same logical request as a possible retry before it is sent again.
-