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

public static class BindersHealthIndicatorAutoConfiguration.BindersHealthContributor extends Object
CompositeHealthContributor that provides binder health contributions.
Author:
Ilayaperumal Gopinathan, Soby Chacko
  • Constructor Details

    • BindersHealthContributor

      public BindersHealthContributor()
  • Method Details

    • getContributor

      public org.springframework.boot.health.contributor.HealthContributor getContributor(String name)
    • stream

      public Stream<org.springframework.boot.health.contributor.HealthContributors.Entry> stream()
    • iterator

      default Iterator<org.springframework.boot.health.contributor.HealthContributors.Entry> iterator()
      Specified by:
      iterator in interface Iterable<org.springframework.boot.health.contributor.HealthContributors.Entry>