Class ReactiveMySQLDataSourcesHealthCheck
- java.lang.Object
-
- io.quarkus.reactive.datasource.runtime.ReactiveDatasourceHealthCheck
-
- io.quarkus.reactive.mysql.client.runtime.health.ReactiveMySQLDataSourcesHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped class ReactiveMySQLDataSourcesHealthCheck extends ReactiveDatasourceHealthCheck
-
-
Constructor Summary
Constructors Constructor Description ReactiveMySQLDataSourcesHealthCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
-
Methods inherited from class io.quarkus.reactive.datasource.runtime.ReactiveDatasourceHealthCheck
addPool, call, getPoolName
-
-