Class ReactiveDiscoveryCompositeHealthContributor

java.lang.Object
org.springframework.cloud.client.discovery.health.reactive.ReactiveDiscoveryCompositeHealthContributor
All Implemented Interfaces:
Iterable<org.springframework.boot.health.contributor.ReactiveHealthContributors.Entry>, org.springframework.boot.health.contributor.CompositeReactiveHealthContributor, org.springframework.boot.health.contributor.ReactiveHealthContributor, org.springframework.boot.health.contributor.ReactiveHealthContributors

public class ReactiveDiscoveryCompositeHealthContributor extends Object implements org.springframework.boot.health.contributor.CompositeReactiveHealthContributor
A composite health contributor specific to a reactive discovery client implementation.
Author:
Tim Ysewyn
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.boot.health.contributor.ReactiveHealthContributors

    org.springframework.boot.health.contributor.ReactiveHealthContributors.Entry
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.health.contributor.ReactiveHealthContributor
     
    Stream<org.springframework.boot.health.contributor.ReactiveHealthContributors.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.CompositeReactiveHealthContributor

    asHealthContributor

    Methods inherited from interface Iterable

    forEach, spliterator

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

    asHealthContributors, iterator
  • Constructor Details

  • Method Details

    • stream

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

      public org.springframework.boot.health.contributor.ReactiveHealthContributor getContributor(String name)
      Specified by:
      getContributor in interface org.springframework.boot.health.contributor.ReactiveHealthContributors