Interface DelayRetryable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean retry()  
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface java.util.concurrent.Delayed

        getDelay
    • Method Detail

      • retry

        boolean retry()
               throws java.lang.Exception
        Throws:
        java.lang.Exception