Uses of Interface
io.vertx.core.Closeable
-
Packages that use Closeable Package Description io.vertx.sqlclient.spi -
-
Uses of Closeable in io.vertx.sqlclient.spi
Subinterfaces of Closeable in io.vertx.sqlclient.spi Modifier and Type Interface Description interface
ConnectionFactory<C extends SqlConnectOptions>
A connection factory, can be obtained fromDriver.createConnectionFactory(io.vertx.core.Vertx, io.vertx.core.net.NetClientOptions)
-