List of usage examples for io.vertx.sqlclient Pool close
void close();
Source Link
From source file:examples.MySQLClientExamples.java
public void connecting03(Pool pool) { // Close the pool and all the associated resources pool.close(); }