インターフェース NamedContributors<C>

型パラメーター:
C - コントリビューターの型
すべてのスーパーインターフェース:
IterableSE<NamedContributor<C>>
すべての既知のサブインターフェース:
CompositeHealthContributorCompositeReactiveHealthContributorContributorRegistry<C>HealthContributorRegistryReactiveHealthContributorRegistry
すべての既知の実装クラス:
DefaultHealthContributorRegistryDefaultReactiveHealthContributorRegistry

public interface NamedContributors<C> extends IterableSE<NamedContributor<C>>
名前付きヘルスエンドポイントコントリビューターのコレクション(HealthContributor または ReactiveHealthContributor のいずれか)。
導入:
2.0.0
作成者:
Phillip Webb
関連事項:
  • メソッドの詳細

    • getContributor

      C getContributor(StringSE name)
      指定された名前の投稿者を返します。
      パラメーター:
      name - コントリビューターの名前
      戻り値:
      コントリビューターインスタンスまたは null
    • stream

      default StreamSE<NamedContributor<C>> stream()
      named contributors のストリームを返します。
      戻り値:
      指名されたコントリビューターの流れ