public synchronized void close() { synchronized (this) { checkClosed(); closed = true; } if (creatingContext != null) { creatingContext.removeCloseHook(closeHook); } pool.close(); for (ClientConnection conn : connectionMap.values()) { conn.close(); } metrics.close(); }--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/6802da41-4439-4453-bccd-75081ae6c831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/1b87079b-6c14-4ef9-866d-8e4014aa5dd4%40googlegroups.com.