インターフェースの使用
org.springframework.boot.health.contributor.HealthIndicator
HealthIndicator を使用するパッケージ
パッケージ
説明
AMQP と RabbitMQ のヘルス統合。
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
Elasticsearch のヘルス統合。
Hazelcast のヘルス統合。
アプリケーションに関する情報を提供するヘルスインジケーター。
ヘルスコントリビューター向けの自動構成。
アプリケーションに関する正常性情報の提供に関連するクラス。
JDBC のヘルス統合。
JMS のヘルス統合。
LDAP のヘルス統合。
JavaMail のヘルス統合。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
org.springframework.boot.amqp.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.amqp.health のクラスorg.springframework.boot.cassandra.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.cassandra.health のクラスorg.springframework.boot.couchbase.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.couchbase.health のクラスorg.springframework.boot.data.redis.health 内の HealthIndicator 使用
org.springframework.boot.elasticsearch.health 内の HealthIndicator 使用
org.springframework.boot.hazelcast.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.hazelcast.health のクラスorg.springframework.boot.health.application 内の HealthIndicator 使用
修飾子と型クラス説明classアプリケーションの特定のAvailabilityStateをチェックするHealthIndicator。class利用可能なディスク領域をチェックし、構成可能なしきい値を下回るとStatus.DOWNのステータスを報告するHealthIndicator。classアプリケーションのLivenessStateをチェックするHealthIndicator。classアプリケーションのReadinessStateをチェックするHealthIndicator。classアプリケーションが使用する証明書をチェックし、証明書が無効な場合はStatus.OUT_OF_SERVICEを報告するHealthIndicator。org.springframework.boot.health.autoconfigure.contributor 内の HealthIndicator 使用
HealthIndicator 型の型パラメーターを持つ org.springframework.boot.health.autoconfigure.contributor のクラス修飾子と型クラス説明classCompositeHealthContributorConfiguration<I extends HealthIndicator, B>ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。org.springframework.boot.health.contributor 内の HealthIndicator 使用
修飾子と型クラス説明classHealthインスタンスの作成とエラー処理をカプセル化するベースHealthIndicator実装。class常にStatus.UPを返す自動構成されたHealthIndicator。org.springframework.boot.jdbc.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.jdbc.health のクラスorg.springframework.boot.jms.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.jms.health のクラスorg.springframework.boot.ldap.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.ldap.health のクラスorg.springframework.boot.mail.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.mail.health のクラスorg.springframework.boot.mongodb.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.mongodb.health のクラスorg.springframework.boot.neo4j.health 内の HealthIndicator 使用
HealthIndicator を実装している org.springframework.boot.neo4j.health のクラス