public class RedisHealthIndicator extends AbstractHealthIndicator
HealthIndicator returning status information for
Redis data stores.| 构造器和说明 |
|---|
RedisHealthIndicator(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic RedisHealthIndicator(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
protected void doHealthCheck(Health.Builder builder) throws java.lang.Exception
AbstractHealthIndicatordoHealthCheck 在类中 AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsjava.lang.Exception - any Exception that should create a Status.DOWN
system status.