Uses of Interface
org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Package
Description
Actuator health indicator and endpoints.
-
Uses of CompositeReactiveHealthContributor in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionCompositeReactiveHealthContributor.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.