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 Type
    Method
    Description
    void
    Marks 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.