Class ReactiveDatasourceHealthCheck

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.HealthCheck

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

      • ReactiveDatasourceHealthCheck

        protected ReactiveDatasourceHealthCheck​(String healthCheckResponseName,
                                                String healthCheckSQL)
    • Method Detail

      • 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

        protected String getPoolName​(javax.enterprise.inject.spi.Bean<?> bean)