Class BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
java.lang.Object
org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
- All Implemented Interfaces:
Iterable<org.springframework.boot.health.contributor.HealthContributors.Entry>, org.springframework.boot.health.contributor.CompositeHealthContributor, org.springframework.boot.health.contributor.HealthContributor, org.springframework.boot.health.contributor.HealthContributors
- Enclosing class:
BindersHealthIndicatorAutoConfiguration
public static class BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
extends Object
implements org.springframework.boot.health.contributor.CompositeHealthContributor
CompositeHealthContributor that provides binder health contributions.- Author:
- Ilayaperumal Gopinathan, Soby Chacko
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.boot.health.contributor.HealthContributors
org.springframework.boot.health.contributor.HealthContributors.Entry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.health.contributor.HealthContributorgetContributor(String name) Stream<org.springframework.boot.health.contributor.HealthContributors.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.HealthContributors
iteratorMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
BindersHealthContributor
public BindersHealthContributor()
-
-
Method Details
-
getContributor
- Specified by:
getContributorin interfaceorg.springframework.boot.health.contributor.HealthContributors
-
stream
- Specified by:
streamin interfaceorg.springframework.boot.health.contributor.HealthContributors
-