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