Package io.quarkus.reactive.pg.client
Interface PgPoolCreator.Input
- Enclosing interface:
- PgPoolCreator
public static interface PgPoolCreator.Input
-
Method Details
-
vertx
io.vertx.core.Vertx vertx() -
poolOptions
io.vertx.sqlclient.PoolOptions poolOptions() -
pgConnectOptionsList
List<io.vertx.pgclient.PgConnectOptions> pgConnectOptionsList()
-