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

  • Enclosing interface:
    ClientPool<C,​E extends java.lang.Exception>

    public static interface ClientPool.Action<R,​C,​E extends java.lang.Exception>
    • Method Detail

      • run

        R run​(C client)
        throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception