接口的使用
org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
-
org.springframework.boot.actuate.health中CompositeReactiveHealthContributor的使用
修饰符和类型方法说明CompositeReactiveHealthContributor.fromMap
(Map<String, ? extends ReactiveHealthContributor> map) Factory method that will create aCompositeReactiveHealthContributor
from the specified map.static <V> CompositeReactiveHealthContributor
CompositeReactiveHealthContributor.fromMap
(Map<String, V> map, Function<V, ? extends ReactiveHealthContributor> valueAdapter) Factory method that will create aCompositeReactiveHealthContributor
from the specified map.