インターフェース ReactiveHealthContributors
- すべてのスーパーインターフェース:
IterableSE<ReactiveHealthContributors.Entry>
- すべての既知のサブインターフェース:
CompositeReactiveHealthContributor, ReactiveHealthContributorRegistry
- すべての既知の実装クラス:
DefaultReactiveHealthContributorRegistry
reactive health contributors という名前のコレクション。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb
ネストされたクラスの要約
ネストされたクラスメソッドのサマリー
修飾子と型メソッド説明static @Nullable ReactiveHealthContributorsadapt(@Nullable HealthContributors contributors) Schedulers.boundedElastic()へのブロッキング呼び出しをスケジュールすることにより、指定されたHealthContributorsをReactiveHealthContributorsに適合させます。default HealthContributorsこれらのリアクティブコントリビュート因子を標準ブロッキングHealthContributorsとして返します。@Nullable ReactiveHealthContributorgetContributor(StringSE name) 指定された名前の投稿者を返します。iterator()static ReactiveHealthContributorsof(ReactiveHealthContributors... contributors) 指定されたコントリビューターで構成される新しいReactiveHealthContributorsインスタンスを作成するファクトリメソッド。stream()投稿者エントリのストリームを返します。インターフェース IterableSE から継承されたメソッド
forEachSE, spliterator
メソッドの詳細
getContributor
指定された名前の投稿者を返します。- パラメーター:
name- コントリビューターの名前- 戻り値:
- コントリビューターインスタンスまたは
null
iterator
- 次で指定:
- インターフェース
IterableSE<ReactiveHealthContributors.Entry>のiterator
stream
asHealthContributors
これらのリアクティブコントリビュート因子を標準ブロッキングHealthContributorsとして返します。- 戻り値:
- ヘルスコントリビューターをブロックする
of
指定されたコントリビューターで構成される新しいReactiveHealthContributorsインスタンスを作成するファクトリメソッド。- パラメーター:
contributors- ソースコントリビューターを結合する順序- 戻り値:
- 新しい
ReactiveHealthContributorsインスタンス
adapt
@Contract("!null -> !null") static @Nullable ReactiveHealthContributors adapt(@Nullable HealthContributors contributors) Schedulers.boundedElastic()へのブロッキング呼び出しをスケジュールすることにより、指定されたHealthContributorsをReactiveHealthContributorsに適合させます。- パラメーター:
contributors- コントリビューターを適応させるかnull- 戻り値:
- 適応されたコントリビューター
- 関連事項: