Package io.quarkus.reactive.pg.client
Interface PgPoolCreator.Input
-
- Enclosing interface:
- PgPoolCreator
public static interface PgPoolCreator.Input
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<io.vertx.pgclient.PgConnectOptions>pgConnectOptionsList()io.vertx.sqlclient.PoolOptionspoolOptions()io.vertx.core.Vertxvertx()
-
-
-
Method Detail
-
vertx
io.vertx.core.Vertx vertx()
-
poolOptions
io.vertx.sqlclient.PoolOptions poolOptions()
-
pgConnectOptionsList
List<io.vertx.pgclient.PgConnectOptions> pgConnectOptionsList()
-
-