Class SimpleRetryContext


  • public class SimpleRetryContext
    extends Object
    Holds the state of a retry attempt.
    Author:
    poirigui
    • Field Detail

      • attempt

        public int attempt
        Indicate the attempt number (zero for first, 1 for second, etc.)
    • Constructor Detail

      • SimpleRetryContext

        public SimpleRetryContext()