public interface CompositeReactiveHealthContributor extends ReactiveHealthContributor, NamedContributors<ReactiveHealthContributor>
ReactiveHealthContributor that is composed of other
ReactiveHealthContributor instances.CompositeHealth,
CompositeHealthContributor| Modifier and Type | Method and Description |
|---|---|
static CompositeReactiveHealthContributor |
fromMap(java.util.Map<java.lang.String,? extends ReactiveHealthContributor> map)
Factory method that will create a
CompositeReactiveHealthContributor from
the specified map. |
static <V> CompositeReactiveHealthContributor |
fromMap(java.util.Map<java.lang.String,V> map,
java.util.function.Function<V,? extends ReactiveHealthContributor> valueAdapter)
Factory method that will create a
CompositeReactiveHealthContributor from
the specified map. |
adaptgetContributor, streamstatic CompositeReactiveHealthContributor fromMap(java.util.Map<java.lang.String,? extends ReactiveHealthContributor> map)
CompositeReactiveHealthContributor from
the specified map.map - the source mapstatic <V> CompositeReactiveHealthContributor fromMap(java.util.Map<java.lang.String,V> map, java.util.function.Function<V,? extends ReactiveHealthContributor> valueAdapter)
CompositeReactiveHealthContributor from
the specified map.V - the value typemap - the source mapvalueAdapter - function used to adapt the map value