Uses of Interface
org.springframework.boot.health.contributor.CompositeReactiveHealthContributor
Packages that use CompositeReactiveHealthContributor
Package
Description
Classes related to contributing health information about an application.
-
Uses of CompositeReactiveHealthContributor in org.springframework.boot.health.contributor
Methods in org.springframework.boot.health.contributor that return CompositeReactiveHealthContributorModifier and TypeMethodDescriptionCompositeReactiveHealthContributor.fromMap(Map<String, ? extends ReactiveHealthContributor> map) Factory method that will create aCompositeReactiveHealthContributorfrom the specified map.static <V> CompositeReactiveHealthContributorCompositeReactiveHealthContributor.fromMap(Map<String, V> map, Function<V, ? extends ReactiveHealthContributor> valueAdapter) Factory method that will create aCompositeReactiveHealthContributorfrom the specified map.