Class PgPoolBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.reactive.pg.client.deployment.PgPoolBuildItem
@Deprecated(since="3.21",
forRemoval=true)
public final class PgPoolBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionPgPoolBuildItem(String dataSourceName, Function<io.quarkus.arc.SyntheticCreationalContext<io.vertx.pgclient.PgPool>, io.vertx.pgclient.PgPool> pgPool) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Function<io.quarkus.arc.SyntheticCreationalContext<io.vertx.pgclient.PgPool>, io.vertx.pgclient.PgPool> Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Method Details
-
getDataSourceName
Deprecated, for removal: This API element is subject to removal in a future version. -
getPgPool
public Function<io.quarkus.arc.SyntheticCreationalContext<io.vertx.pgclient.PgPool>,io.vertx.pgclient.PgPool> getPgPool()Deprecated, for removal: This API element is subject to removal in a future version. -
isDefault
public boolean isDefault()Deprecated, for removal: This API element is subject to removal in a future version.
-