インターフェース HealthContributors
- すべてのスーパーインターフェース:
IterableSE<HealthContributors.Entry>
- 既知のすべてのサブインターフェース:
CompositeHealthContributor, HealthContributorRegistry
- すべての既知の実装クラス:
DefaultHealthContributorRegistry
health contributors という名前のコレクション。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb
ネストされたクラスの概要
ネストされたクラス方法の概要
修飾子と型メソッド説明@Nullable HealthContributorgetContributor(StringSE name) 指定された名前の投稿者を返します。default IteratorSE<HealthContributors.Entry> iterator()static HealthContributorsof(HealthContributors... contributors) 指定されたコントリビューターで構成される新しいHealthContributorsインスタンスを作成するファクトリメソッド。stream()投稿者エントリのストリームを返します。インターフェース IterableSE から継承されたメソッド
forEachSE, spliterator
方法の詳細
getContributor
指定された名前の投稿者を返します。- パラメーター:
name- コントリビューターの名前- 戻り値:
- コントリビューターインスタンスまたは
null
iterator
- 次で指定:
- インターフェース
IterableSE<HealthContributors.Entry>内のiterator
stream
of
指定されたコントリビューターで構成される新しいHealthContributorsインスタンスを作成するファクトリメソッド。- パラメーター:
contributors- ソースコントリビューターを結合する順序- 戻り値:
- 新しい
HealthContributorsインスタンス