Class ReactiveDiscoveryCompositeHealthContributor
java.lang.Object
org.springframework.cloud.client.discovery.health.reactive.ReactiveDiscoveryCompositeHealthContributor
- All Implemented Interfaces:
Iterable<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.ReactiveHealthContributor>>,org.springframework.boot.actuate.health.CompositeReactiveHealthContributor,org.springframework.boot.actuate.health.NamedContributors<org.springframework.boot.actuate.health.ReactiveHealthContributor>,org.springframework.boot.actuate.health.ReactiveHealthContributor
public class ReactiveDiscoveryCompositeHealthContributor
extends Object
implements org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
A composite health contributor specific to a reactive discovery client implementation.
- Author:
- Tim Ysewyn
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveDiscoveryCompositeHealthContributor(Collection<ReactiveDiscoveryHealthIndicator> indicators) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.ReactiveHealthContributorgetContributor(String name) Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.ReactiveHealthContributor>>iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.boot.actuate.health.NamedContributors
stream
-
Constructor Details
-
ReactiveDiscoveryCompositeHealthContributor
public ReactiveDiscoveryCompositeHealthContributor(Collection<ReactiveDiscoveryHealthIndicator> indicators)
-
-
Method Details
-
getContributor
public org.springframework.boot.actuate.health.ReactiveHealthContributor getContributor(String name) - Specified by:
getContributorin interfaceorg.springframework.boot.actuate.health.NamedContributors<org.springframework.boot.actuate.health.ReactiveHealthContributor>
-
iterator
public Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.ReactiveHealthContributor>> iterator()
-