Class PgPoolRecorder
- java.lang.Object
-
- io.quarkus.reactive.pg.client.runtime.PgPoolRecorder
-
public class PgPoolRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description PgPoolRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<io.vertx.pgclient.PgPool>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)io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.pgclient.PgPool>mutinyPgPool(io.quarkus.runtime.RuntimeValue<io.vertx.pgclient.PgPool> pgPool)
-
-
-
Method Detail
-
configurePgPool
public io.quarkus.runtime.RuntimeValue<io.vertx.pgclient.PgPool> 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)
-
mutinyPgPool
public io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.pgclient.PgPool> mutinyPgPool(io.quarkus.runtime.RuntimeValue<io.vertx.pgclient.PgPool> pgPool)
-
-