Interface Retry.NeedsLogInterval

  • Enclosing class:
    Retry

    public static interface Retry.NeedsLogInterval
    • Method Detail

      • logInterval

        Retry.BuilderDone logInterval​(long duration,
                                      TimeUnit unit)
        Parameters:
        duration - the minimum time interval between logging that a retry is occurring; input is converted to milliseconds, rounded down to the nearest
        Returns:
        this builder with a logging interval set