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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.health.contributor.HealthContributor
     
    Stream<org.springframework.boot.health.contributor.HealthContributors.Entry>
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.health.contributor.HealthContributors

    iterator

    Methods inherited from interface Iterable

    forEach, spliterator
  • Constructor Details

    • BindersHealthContributor

      public BindersHealthContributor()
  • Method Details

    • getContributor

      public org.springframework.boot.health.contributor.HealthContributor getContributor(String name)
      Specified by:
      getContributor in interface org.springframework.boot.health.contributor.HealthContributors
    • stream

      public Stream<org.springframework.boot.health.contributor.HealthContributors.Entry> stream()
      Specified by:
      stream in interface org.springframework.boot.health.contributor.HealthContributors