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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) RedisConfig(package private) io.quarkus.arc.InjectableInstance<io.vertx.mutiny.redis.client.Redis> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
config
-
redis
@Inject @Any io.quarkus.arc.InjectableInstance<io.vertx.mutiny.redis.client.Redis> redis
-
-
Constructor Details
-
RedisHealthCheck
RedisHealthCheck()
-
-
Method Details
-
init
@PostConstruct protected void init() -
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-