public final class VertxPoolBuildItem
extends io.quarkus.builder.item.MultiBuildItem
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 and Description |
|---|
VertxPoolBuildItem(io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> vertxPool,
String dbKind,
boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbKind() |
io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> |
getPool() |
boolean |
isDefault() |
public VertxPoolBuildItem(io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> vertxPool,
String dbKind,
boolean isDefault)
public io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool> getPool()
public String getDbKind()
public boolean isDefault()
Copyright © 2021 JBoss by Red Hat. All rights reserved.