Class BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
java.lang.Object
org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
- All Implemented Interfaces:
Iterable<org.springframework.boot.health.contributor.HealthContributors.Entry>
- Enclosing class:
BindersHealthIndicatorAutoConfiguration
CompositeHealthContributor that provides binder health contributions.- Author:
- Ilayaperumal Gopinathan, Soby Chacko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.health.contributor.HealthContributorgetContributor(String name) default Iterator<org.springframework.boot.health.contributor.HealthContributors.Entry> iterator()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 Iterable
forEach, spliterator
-
Constructor Details
-
BindersHealthContributor
public BindersHealthContributor()
-
-
Method Details
-
getContributor
-
stream
-
iterator
-