Uses of Class
io.quarkus.reactive.pg.client.runtime.DataSourcesReactivePostgreSQLConfig
-
Packages that use DataSourcesReactivePostgreSQLConfig Package Description io.quarkus.reactive.pg.client.runtime -
-
Uses of DataSourcesReactivePostgreSQLConfig in io.quarkus.reactive.pg.client.runtime
Methods in io.quarkus.reactive.pg.client.runtime with parameters of type DataSourcesReactivePostgreSQLConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<io.vertx.pgclient.PgPool>PgPoolRecorder. configurePgPool(io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, Supplier<Integer> eventLoopCount, String dataSourceName, io.quarkus.datasource.runtime.DataSourcesRuntimeConfig dataSourcesRuntimeConfig, DataSourcesReactiveRuntimeConfig dataSourcesReactiveRuntimeConfig, DataSourcesReactivePostgreSQLConfig dataSourcesReactivePostgreSQLConfig, io.quarkus.runtime.ShutdownContext shutdown)
-