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 Summary
ConstructorsModifierConstructorDescriptionprotectedReactiveDatasourceHealthCheck(String healthCheckResponseName, String healthCheckSQL) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidorg.eclipse.microprofile.health.HealthCheckResponsecall()protected StringgetPoolName(jakarta.enterprise.inject.spi.Bean<?> bean)
-
Constructor Details
-
ReactiveDatasourceHealthCheck
-
-
Method Details
-
addPool
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-
getPoolName
-