C - the contributor typepublic interface NamedContributors<C> extends java.lang.Iterable<NamedContributor<C>>
HealthContributor or
ReactiveHealthContributor).NamedContributor| 限定符和类型 | 方法和说明 |
|---|---|
C |
getContributor(java.lang.String name)
Return the contributor with the given name.
|
default java.util.stream.Stream<NamedContributor<C>> |
stream()
Return a stream of the
named contributors. |
C getContributor(java.lang.String name)
name - the name of the contributornulldefault java.util.stream.Stream<NamedContributor<C>> stream()
named contributors.