Class VertxPoolBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.reactive.datasource.deployment.VertxPoolBuildItem
@Deprecated(forRemoval=true)
public final class VertxPoolBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Deprecated, for removal: This API element is subject to removal in a future version.
A build item for Vertx
Pools.
If you inject this build item when recording runtime init template calls, you are guaranteed the Pool configuration has been injected and Pools can be created.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.VertxPoolBuildItem(io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> vertxPool, String dbKind, boolean isDefault) 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.io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool>getPool()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
-
VertxPoolBuildItem
public VertxPoolBuildItem()Deprecated, for removal: This API element is subject to removal in a future version. -
VertxPoolBuildItem
public VertxPoolBuildItem(io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> vertxPool, String dbKind, boolean isDefault) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPool
public io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> getPool()Deprecated, for removal: This API element is subject to removal in a future version. -
getDbKind
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.
-