Interface ExternalGradualRetryIntervalConfiguration


public interface ExternalGradualRetryIntervalConfiguration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
    static final long
     
    static final double
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The initial interval that the controller waits for before attempting the first retry
    max()
    The maximum interval that the controller will wait for before attempting a retry, regardless of all other configuration
    The value by which the initial interval is multiplied by for each retry
  • Field Details

  • Method Details

    • initial

      Optional<Long> initial()
      The initial interval that the controller waits for before attempting the first retry
    • multiplier

      Optional<Double> multiplier()
      The value by which the initial interval is multiplied by for each retry
    • max

      Optional<Long> max()
      The maximum interval that the controller will wait for before attempting a retry, regardless of all other configuration