Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
static CompositeReactiveHealthContributor |
CompositeReactiveHealthContributor.fromMap(Map<String,? extends ReactiveHealthContributor> map)
Factory method that will create a
CompositeReactiveHealthContributor from
the specified map. |
static <V> CompositeReactiveHealthContributor |
CompositeReactiveHealthContributor.fromMap(Map<String,V> map,
Function<V,? extends ReactiveHealthContributor> valueAdapter)
Factory method that will create a
CompositeReactiveHealthContributor from
the specified map. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.