Class ReactiveDatasourceHealthCheck

java.lang.Object
io.quarkus.reactive.datasource.runtime.ReactiveDatasourceHealthCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

public abstract class ReactiveDatasourceHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
  • Constructor Details

    • ReactiveDatasourceHealthCheck

      protected ReactiveDatasourceHealthCheck(String healthCheckResponseName, String healthCheckSQL)
  • Method Details

    • addPool

      protected void addPool(String name, io.vertx.sqlclient.Pool p)
    • call

      public org.eclipse.microprofile.health.HealthCheckResponse call()
      Specified by:
      call in interface org.eclipse.microprofile.health.HealthCheck
    • getPoolName

      @Deprecated protected String getPoolName(jakarta.enterprise.inject.spi.Bean<? extends io.vertx.sqlclient.Pool> bean)