Package io.quarkus.reactive.mysql.client
Interface MySQLPoolCreator.Input
- Enclosing interface:
MySQLPoolCreator
public static interface MySQLPoolCreator.Input
-
Method Details
-
vertx
io.vertx.core.Vertx vertx() -
poolOptions
io.vertx.sqlclient.PoolOptions poolOptions() -
mySQLConnectOptionsList
List<io.vertx.mysqlclient.MySQLConnectOptions> mySQLConnectOptionsList()
-