インターフェースの使用
org.springframework.boot.health.contributor.ReactiveHealthContributor
ReactiveHealthContributor を使用するパッケージ
パッケージ
説明
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Elasticsearch を使用した Elasticsearch ヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
ヘルスコントリビューター向けの自動構成。
アプリケーションに関する正常性情報の提供に関連するクラス。
ヘルスレジストリのサポート。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
R2DBC のヘルス統合。
org.springframework.boot.cassandra.health 内の ReactiveHealthContributor 使用
org.springframework.boot.couchbase.health 内の ReactiveHealthContributor 使用
org.springframework.boot.data.elasticsearch.health 内の ReactiveHealthContributor 使用
org.springframework.boot.data.redis.health 内の ReactiveHealthContributor 使用
org.springframework.boot.health.autoconfigure.contributor 内の ReactiveHealthContributor 使用
修飾子と型クラス説明classソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。修飾子と型メソッド説明protected final ReactiveHealthContributorCompositeReactiveHealthContributorConfiguration.createComposite(MapSE<StringSE, B> beans) org.springframework.boot.health.contributor 内の ReactiveHealthContributor 使用
修飾子と型インターフェース説明interface他のReactiveHealthContributorインスタンスで構成されるReactiveHealthContributor。interface特定のリアクティブコンポーネントまたはサブシステムのHealth情報を直接提供します。修飾子と型メソッド説明static @Nullable ReactiveHealthContributorReactiveHealthContributor.adapt(@Nullable HealthContributor contributor) Schedulers.boundedElastic()へのブロッキング呼び出しをスケジュールすることにより、指定されたHealthContributorをReactiveHealthContributorに適合させます。ReactiveHealthContributors.Entry.contributor()contributorレコードコンポーネントの値を返します。@Nullable ReactiveHealthContributorReactiveHealthContributors.getContributor(StringSE name) 指定された名前の投稿者を返します。型 ReactiveHealthContributor の型引数を持つ org.springframework.boot.health.contributor のメソッドパラメーター修飾子と型メソッド説明CompositeReactiveHealthContributor.fromMap(MapSE<StringSE, ? extends ReactiveHealthContributor> map) 指定されたマップからCompositeReactiveHealthContributorを作成するファクトリメソッド。static <V> CompositeReactiveHealthContributorCompositeReactiveHealthContributor.fromMap(MapSE<StringSE, V> map, FunctionSE<V, ? extends ReactiveHealthContributor> valueAdapter) 指定されたマップからCompositeReactiveHealthContributorを作成するファクトリメソッド。型 ReactiveHealthContributor のパラメーターを持つ org.springframework.boot.health.contributor のコンストラクター修飾子コンストラクター説明Entry(StringSE name, ReactiveHealthContributor contributor) Entryレコードクラスのインスタンスを作成します。org.springframework.boot.health.registry 内の ReactiveHealthContributor 使用
修飾子と型メソッド説明@Nullable ReactiveHealthContributorDefaultReactiveHealthContributorRegistry.getContributor(StringSE name) @Nullable ReactiveHealthContributorDefaultReactiveHealthContributorRegistry.unregisterContributor(StringSE name) @Nullable ReactiveHealthContributorReactiveHealthContributorRegistry.unregisterContributor(StringSE name) 以前に登録したコントリビューターの登録を解除します。型 ReactiveHealthContributor のパラメーターを持つ org.springframework.boot.health.registry のメソッド修飾子と型メソッド説明voidDefaultReactiveHealthContributorRegistry.registerContributor(StringSE name, ReactiveHealthContributor contributor) voidReactiveHealthContributorRegistry.registerContributor(StringSE name, ReactiveHealthContributor contributor) 指定されたnameにコントリビューターを登録します。型の型引数を持つ org.springframework.boot.health.registry のコンストラクターパラメーター ReactiveHealthContributor修飾子コンストラクター説明DefaultReactiveHealthContributorRegistry(@Nullable CollectionSE<? extends HealthContributorNameValidator> nameValidators, @Nullable ConsumerSE<BiConsumerSE<StringSE, ReactiveHealthContributor>> initialRegistrations) 新しいDefaultReactiveHealthContributorRegistryインスタンスを作成します。org.springframework.boot.mongodb.health 内の ReactiveHealthContributor 使用
org.springframework.boot.neo4j.health 内の ReactiveHealthContributor 使用
修飾子と型クラス説明final classCypher ステートメントを実行し、サーバーとデータベースの情報を抽出することにより、Neo4j のステータスをテストするReactiveHealthIndicator。org.springframework.boot.r2dbc.health 内の ReactiveHealthContributor 使用