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

    Constructors
    Constructor
    Description
    Deprecated, 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 Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    io.quarkus.runtime.RuntimeValue<? extends io.vertx.sqlclient.Pool>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public String 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.