Example #1
0
 void getConnection(
     Handler<ClientConnection> handler,
     Handler<Throwable> connectionExceptionHandler,
     DefaultContext context) {
   pool.getConnection(handler, connectionExceptionHandler, context);
 }