Package io.quarkus.reactive.mysql.client
Interface MySQLPoolCreator.Input
-
- Enclosing interface:
- MySQLPoolCreator
public static interface MySQLPoolCreator.Input
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<io.vertx.mysqlclient.MySQLConnectOptions>
mySQLConnectOptionsList()
io.vertx.sqlclient.PoolOptions
poolOptions()
io.vertx.core.Vertx
vertx()
-
-
-
Method Detail
-
vertx
io.vertx.core.Vertx vertx()
-
poolOptions
io.vertx.sqlclient.PoolOptions poolOptions()
-
mySQLConnectOptionsList
List<io.vertx.mysqlclient.MySQLConnectOptions> mySQLConnectOptionsList()
-
-