Uses of Interface
io.quarkus.reactive.pg.client.runtime.DataSourcesReactivePostgreSQLConfig
Packages that use DataSourcesReactivePostgreSQLConfig
-
Uses of DataSourcesReactivePostgreSQLConfig in io.quarkus.reactive.pg.client.runtime
Methods in io.quarkus.reactive.pg.client.runtime with parameters of type DataSourcesReactivePostgreSQLConfigModifier and TypeMethodDescriptionFunction<io.quarkus.arc.SyntheticCreationalContext<io.vertx.pgclient.PgPool>,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)