Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
static CompositeHealthContributor |
CompositeHealthContributor.fromMap(Map<String,? extends HealthContributor> map)
Factory method that will create a
CompositeHealthContributor from the
specified map. |
static <V> CompositeHealthContributor |
CompositeHealthContributor.fromMap(Map<String,V> map,
Function<V,? extends HealthContributor> valueAdapter)
Factory method that will create a
CompositeHealthContributor from the
specified map. |