クラスの使用
org.springframework.boot.health.contributor.AbstractHealthIndicator
AbstractHealthIndicator を使用するパッケージ
パッケージ
説明
AMQP と RabbitMQ のヘルス統合。
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
Elasticsearch のヘルス統合。
Hazelcast のヘルス統合。
アプリケーションに関する情報を提供するヘルスインジケーター。
アプリケーションに関する正常性情報の提供に関連するクラス。
JDBC のヘルス統合。
JMS のヘルス統合。
LDAP のヘルス統合。
JavaMail のヘルス統合。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
org.springframework.boot.amqp.health 内の AbstractHealthIndicator 使用
org.springframework.boot.cassandra.health 内の AbstractHealthIndicator 使用
org.springframework.boot.couchbase.health 内の AbstractHealthIndicator 使用
org.springframework.boot.data.redis.health 内の AbstractHealthIndicator 使用
org.springframework.boot.elasticsearch.health 内の AbstractHealthIndicator 使用
org.springframework.boot.hazelcast.health 内の AbstractHealthIndicator 使用
org.springframework.boot.health.application 内の AbstractHealthIndicator 使用
修飾子と型クラス説明classアプリケーションの特定のAvailabilityStateをチェックするHealthIndicator。class利用可能なディスク領域をチェックし、構成可能なしきい値を下回るとStatus.DOWNのステータスを報告するHealthIndicator。classアプリケーションのLivenessStateをチェックするHealthIndicator。classアプリケーションのReadinessStateをチェックするHealthIndicator。classアプリケーションが使用する証明書をチェックし、証明書が無効な場合はStatus.OUT_OF_SERVICEを報告するHealthIndicator。org.springframework.boot.health.contributor 内の AbstractHealthIndicator 使用
org.springframework.boot.jdbc.health 内の AbstractHealthIndicator 使用
org.springframework.boot.jms.health 内の AbstractHealthIndicator 使用
org.springframework.boot.ldap.health 内の AbstractHealthIndicator 使用
org.springframework.boot.mail.health 内の AbstractHealthIndicator 使用
org.springframework.boot.mongodb.health 内の AbstractHealthIndicator 使用
org.springframework.boot.neo4j.health 内の AbstractHealthIndicator 使用