クラス RedisHealthIndicator
java.lang.ObjectSE
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.data.redis.RedisHealthIndicator
- 実装されたすべてのインターフェース:
HealthContributor
,HealthIndicator
Redis データストアのステータス情報を返す
HealthIndicator
の簡単な実装。- 導入:
- 2.0.0
- 作成者:
- Christian Dupuis, Richard Santana, Scott Frederick
コンストラクターのサマリー
コンストラクター説明RedisHealthIndicator
(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory) メソッドのサマリー
クラス org.springframework.boot.actuate.health.AbstractHealthIndicator から継承されたメソッド
health
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.boot.actuate.health.HealthIndicator から継承されたメソッド
getHealth
コンストラクターの詳細
RedisHealthIndicator
public RedisHealthIndicator(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
メソッドの詳細
doHealthCheck
クラスからコピーされた説明:AbstractHealthIndicator
実際のヘルスチェックロジック。- 次で指定:
- クラス
AbstractHealthIndicator
のdoHealthCheck
- パラメーター:
builder
-Health.Builder
を使用して、ヘルスステータスと詳細を報告する- 例外:
ExceptionSE
-Status.DOWN
システムステータスを作成するException
SE。