インターフェースの使用
org.springframework.boot.health.contributor.HealthContributor
HealthContributor を使用するパッケージ
パッケージ
説明
AMQP と RabbitMQ のヘルス統合。
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
Elasticsearch のヘルス統合。
Hazelcast のヘルス統合。
アプリケーションに関する情報を提供するヘルスインジケーター。
ヘルスコントリビューター向けの自動構成。
アプリケーションに関する正常性情報の提供に関連するクラス。
ヘルスレジストリのサポート。
JDBC のヘルス統合。
JMS のヘルス統合。
LDAP のヘルス統合。
JavaMail のヘルス統合。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
org.springframework.boot.amqp.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.amqp.health のクラスorg.springframework.boot.cassandra.health 内の HealthContributor 使用
org.springframework.boot.couchbase.health 内の HealthContributor 使用
org.springframework.boot.data.redis.health 内の HealthContributor 使用
org.springframework.boot.elasticsearch.health 内の HealthContributor 使用
org.springframework.boot.hazelcast.health 内の HealthContributor 使用
org.springframework.boot.health.application 内の HealthContributor 使用
修飾子と型クラス説明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 内の HealthContributor 使用
修飾子と型クラス説明classCompositeHealthContributorConfiguration<I extends HealthIndicator, B>ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。修飾子と型メソッド説明protected final HealthContributorCompositeHealthContributorConfiguration.createComposite(MapSE<StringSE, B> beans) org.springframework.boot.health.contributor 内の HealthContributor 使用
org.springframework.boot.health.contributor 内の HealthContributor サブインターフェース修飾子と型インターフェース説明interface他のHealthContributorインスタンスで構成されるHealthContributor。interface特定のコンポーネントまたはサブシステムのHealth情報を直接提供します。修飾子と型クラス説明classHealthインスタンスの作成とエラー処理をカプセル化するベースHealthIndicator実装。class常にStatus.UPを返す自動構成されたHealthIndicator。修飾子と型メソッド説明ReactiveHealthContributor.asHealthContributor()このリアクティブコントリビューターを標準ブロッキングHealthContributorとして返します。HealthContributors.Entry.contributor()contributorレコードコンポーネントの値を返します。@Nullable HealthContributorHealthContributors.getContributor(StringSE name) 指定された名前の投稿者を返します。型 HealthContributor のパラメーターを持つ org.springframework.boot.health.contributor のメソッド修飾子と型メソッド説明static @Nullable ReactiveHealthContributorReactiveHealthContributor.adapt(@Nullable HealthContributor contributor) Schedulers.boundedElastic()へのブロッキング呼び出しをスケジュールすることにより、指定されたHealthContributorをReactiveHealthContributorに適合させます。型 HealthContributor の型引数を持つ org.springframework.boot.health.contributor のメソッドパラメーター修飾子と型メソッド説明static CompositeHealthContributorCompositeHealthContributor.fromMap(MapSE<StringSE, ? extends HealthContributor> map) 指定されたマップからCompositeHealthContributorを作成するファクトリメソッド。static <V> CompositeHealthContributorCompositeHealthContributor.fromMap(MapSE<StringSE, V> map, FunctionSE<V, ? extends HealthContributor> valueAdapter) 指定されたマップからCompositeHealthContributorを作成するファクトリメソッド。型 HealthContributor のパラメーターを持つ org.springframework.boot.health.contributor のコンストラクターorg.springframework.boot.health.registry 内の HealthContributor 使用
org.springframework.boot.health.registry 内の型引数 HealthContributor を持つサブクラス修飾子と型メソッド説明@Nullable HealthContributorDefaultHealthContributorRegistry.getContributor(StringSE name) @Nullable HealthContributorDefaultHealthContributorRegistry.unregisterContributor(StringSE name) @Nullable HealthContributorHealthContributorRegistry.unregisterContributor(StringSE name) 以前に登録したコントリビューターの登録を解除します。型 HealthContributor のパラメーターを持つ org.springframework.boot.health.registry のメソッド修飾子と型メソッド説明voidDefaultHealthContributorRegistry.registerContributor(StringSE name, HealthContributor contributor) voidHealthContributorRegistry.registerContributor(StringSE name, HealthContributor contributor) 指定されたnameにコントリビューターを登録します。型の型引数を持つ org.springframework.boot.health.registry のコンストラクターパラメーター HealthContributor修飾子コンストラクター説明DefaultHealthContributorRegistry(@Nullable CollectionSE<? extends HealthContributorNameValidator> nameValidators, @Nullable ConsumerSE<BiConsumerSE<StringSE, HealthContributor>> initialRegistrations) 新しいDefaultHealthContributorRegistryインスタンスを作成します。org.springframework.boot.jdbc.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.jdbc.health のクラスorg.springframework.boot.jms.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.jms.health のクラスorg.springframework.boot.ldap.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.ldap.health のクラスorg.springframework.boot.mail.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.mail.health のクラスorg.springframework.boot.mongodb.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.mongodb.health のクラスorg.springframework.boot.neo4j.health 内の HealthContributor 使用
HealthContributor を実装している org.springframework.boot.neo4j.health のクラス