Interface RetryUtils.Task<T>

Enclosing class:
RetryUtils

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

    Modifier and Type
    Method
    Description
    This method is tried up to maxTries times unless it succeeds.
  • Method Details

    • perform

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