Interface PooledExecutor.BlockedExecutionHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean blockedAction​(java.lang.Runnable command)
      Return true if successfully handled so, execute should terminate; else return false if execute loop should be retried.
    • Method Detail

      • blockedAction

        boolean blockedAction​(java.lang.Runnable command)
                       throws java.lang.InterruptedException
        Return true if successfully handled so, execute should terminate; else return false if execute loop should be retried.
        Throws:
        java.lang.InterruptedException