Interface Retry.NeedsBackOffFactor

  • Enclosing class:
    Retry

    public static interface Retry.NeedsBackOffFactor
    • Method Detail

      • backOffFactor

        Retry.NeedsLogInterval backOffFactor​(double backOffFactor)
        Parameters:
        backOffFactor - the number that the wait increment will be successively multiplied by to make the time between retries to be exponentially increasing. The default value will be one.