クラス PingHealthIndicator
java.lang.ObjectSE
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.health.PingHealthIndicator
- 実装されたすべてのインターフェース:
HealthContributor
,HealthIndicator
Status.UP
を返す HealthIndicator
のデフォルト実装。- 導入:
- 2.2.0
- 作成者:
- Dave Syer, Christian Dupuis
- 関連事項:
コンストラクターのサマリー
コンストラクター方法の概要
クラス 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
コンストラクターの詳細
PingHealthIndicator
public PingHealthIndicator()
メソッドの詳細
doHealthCheck
クラスからコピーされた説明:AbstractHealthIndicator
実際のヘルスチェックロジック。- 次で指定:
- クラス
AbstractHealthIndicator
のdoHealthCheck
- パラメーター:
builder
-Health.Builder
を使用して、ヘルスステータスと詳細を報告する- 例外:
ExceptionSE
-Status.DOWN
システムステータスを作成するException
SE。