クラス JmsHealthIndicator
java.lang.ObjectSE
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.jms.JmsHealthIndicator
- 実装されているすべてのインターフェース:
HealthContributor,HealthIndicator
JMS
ConnectionFactoryEE の場合は HealthIndicator。- 導入:
- 2.0.0
- 作成者:
- Stephane Nicoll
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス 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
コンストラクターの詳細
JmsHealthIndicator
メソッドの詳細
doHealthCheck
クラスからコピーされた説明:AbstractHealthIndicator実際のヘルスチェックロジック。- 次で指定:
- クラス
AbstractHealthIndicatorのdoHealthCheck - パラメーター:
builder-Health.Builderを使用して、ヘルスステータスと詳細を報告する- 例外:
ExceptionSE-Status.DOWNシステムステータスを作成するExceptionSE。