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