Class BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
java.lang.Object
org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
- All Implemented Interfaces:
Iterable<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>,org.springframework.boot.actuate.health.CompositeHealthContributor,org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.NamedContributors<org.springframework.boot.actuate.health.HealthContributor>
- Enclosing class:
- BindersHealthIndicatorAutoConfiguration
public static class BindersHealthIndicatorAutoConfiguration.BindersHealthContributor
extends Object
implements org.springframework.boot.actuate.health.CompositeHealthContributor
CompositeHealthContributor that provides binder health contributions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthContributorgetContributor(String name) Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>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
-
BindersHealthContributor
public BindersHealthContributor()
-
-
Method Details
-
getContributor
- Specified by:
getContributorin interfaceorg.springframework.boot.actuate.health.NamedContributors<org.springframework.boot.actuate.health.HealthContributor>
-
iterator
public Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> iterator()
-