Class RedisHealthCheck

java.lang.Object
io.quarkus.redis.runtime.client.health.RedisHealthCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

@Readiness @ApplicationScoped class RedisHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
  • Constructor Details

    • RedisHealthCheck

      public RedisHealthCheck(RedisConfig config)
  • Method Details

    • init

      @PostConstruct protected void init()
    • call

      public org.eclipse.microprofile.health.HealthCheckResponse call()
      Specified by:
      call in interface org.eclipse.microprofile.health.HealthCheck