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

Enclosing interface:
ClientPool<C,E extends Exception>

public static interface ClientPool.Action<R,C,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    run(C client)
     
  • Method Details