Class KeycloakReadyHealthCheck
- java.lang.Object
-
- io.quarkus.agroal.runtime.health.DataSourceHealthCheck
-
- org.keycloak.quarkus.runtime.services.health.KeycloakReadyHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped public class KeycloakReadyHealthCheck extends io.quarkus.agroal.runtime.health.DataSourceHealthCheckKeycloak Healthcheck Readiness Probe. Performs a hybrid between the passive and the active mode. If there are no healthy connections in the pool, it invokes the standardDataSourceHealthCheckthat creates a new connection and checks if its valid.- See Also:
- Healthcheck API Design
-
-
Constructor Summary
Constructors Constructor Description KeycloakReadyHealthCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.health.HealthCheckResponsecall()
-