Class KeycloakReadyHealthCheck

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

    @Readiness
    @ApplicationScoped
    public class KeycloakReadyHealthCheck
    extends io.quarkus.agroal.runtime.health.DataSourceHealthCheck
    Keycloak 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 standard DataSourceHealthCheck that creates a new connection and checks if its valid.
    See Also:
    Healthcheck API Design
    • Constructor Detail

      • KeycloakReadyHealthCheck

        public KeycloakReadyHealthCheck()
    • Method Detail

      • call

        public org.eclipse.microprofile.health.HealthCheckResponse call()
        Specified by:
        call in interface org.eclipse.microprofile.health.HealthCheck
        Overrides:
        call in class io.quarkus.agroal.runtime.health.DataSourceHealthCheck