Uses of Interface
org.springframework.boot.actuate.health.CompositeHealthContributor
Package
Description
Actuator health indicator and endpoints.
-
Uses of CompositeHealthContributor in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionstatic CompositeHealthContributor
CompositeHealthContributor.fromMap
(Map<String, ? extends HealthContributor> map) Factory method that will create aCompositeHealthContributor
from the specified map.static <V> CompositeHealthContributor
CompositeHealthContributor.fromMap
(Map<String, V> map, Function<V, ? extends HealthContributor> valueAdapter) Factory method that will create aCompositeHealthContributor
from the specified map.