インターフェースの使用
org.springframework.boot.actuate.health.HealthIndicator
パッケージ
説明
AMQP および RabbitMQ のアクチュエーターサポート。
アクチュエーターの健全性に関する自動構成。
アプリケーションの可用性の問題に対するアクチュエーターのサポート。
Cassandra のアクチュエーターサポート。
Couchbase のアクチュエーターサポート。
Spring Data に依存する Mongo のアクチュエーターサポート。
Spring Data に依存する Redis のアクチュエーターサポート。
Elasticsearch のアクチュエーターサポート。
Hazelcast のアクチュエーターサポート。
アクチュエーターヘルスインジケータとエンドポイント。
JDBC のアクチュエーターサポート。
JMS のアクチュエーターサポート。
LDAP のアクチュエーターサポート。
JavaMail のアクチュエーターサポート。
Neo4j のアクチュエーターサポート。
SSL に関するアクチュエーターのサポート。
システム関連の関心事に対するアクチュエーターのサポート。
org.springframework.boot.actuate.amqp 内の HealthIndicator 使用
org.springframework.boot.actuate.autoconfigure.health 内の HealthIndicator 使用
修飾子と型クラス説明class
CompositeHealthContributorConfiguration<I extends HealthIndicator,
B> ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。org.springframework.boot.actuate.availability 内の HealthIndicator 使用
修飾子と型クラス説明class
アプリケーションの特定のAvailabilityState
をチェックするHealthIndicator
。class
アプリケーションのLivenessState
をチェックするHealthIndicator
。class
アプリケーションのReadinessState
をチェックするHealthIndicator
。org.springframework.boot.actuate.cassandra 内の HealthIndicator 使用
org.springframework.boot.actuate.couchbase 内の HealthIndicator 使用
org.springframework.boot.actuate.data.mongo 内の HealthIndicator 使用
org.springframework.boot.actuate.data.redis 内の HealthIndicator 使用
org.springframework.boot.actuate.elasticsearch 内の HealthIndicator 使用
org.springframework.boot.actuate.hazelcast 内の HealthIndicator 使用
org.springframework.boot.actuate.health 内の HealthIndicator 使用
修飾子と型クラス説明class
Health
インスタンスの作成とエラー処理をカプセル化するベースHealthIndicator
実装。class
Status.UP
を返すHealthIndicator
のデフォルト実装。org.springframework.boot.actuate.jdbc 内の HealthIndicator 使用
org.springframework.boot.actuate.jms 内の HealthIndicator 使用
org.springframework.boot.actuate.ldap 内の HealthIndicator 使用
org.springframework.boot.actuate.mail 内の HealthIndicator 使用
org.springframework.boot.actuate.neo4j 内の HealthIndicator 使用
org.springframework.boot.actuate.ssl 内の HealthIndicator 使用
org.springframework.boot.actuate.system 内の HealthIndicator 使用