Interface RetryUtils.Task<T>

  • Enclosing class:
    RetryUtils

    public static interface RetryUtils.Task<T>
    • Method Detail

      • perform

        T perform()
           throws Exception
        This method is tried up to maxTries times unless it succeeds.
        Throws:
        Exception