Interface RetryExecutor.Context<T>

Enclosing class:
RetryExecutor<T,E extends Exception>

public static interface RetryExecutor.Context<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    boolean
     
  • Method Details

    • isLastAttempt

      boolean isLastAttempt()
    • attempt

      int attempt()
    • executor

      T executor()