Interface ClientPool<C,​E extends java.lang.Exception>

    • Method Detail

      • run

        <R> R run​(ClientPool.Action<R,​C,​E> action)
           throws E extends java.lang.Exception,
                  java.lang.InterruptedException
        Throws:
        E extends java.lang.Exception
        java.lang.InterruptedException
      • run

        <R> R run​(ClientPool.Action<R,​C,​E> action,
                  boolean retry)
           throws E extends java.lang.Exception,
                  java.lang.InterruptedException
        Throws:
        E extends java.lang.Exception
        java.lang.InterruptedException