Class OrcaCompositeHealthContributor

java.lang.Object
com.netflix.kayenta.config.OrcaCompositeHealthContributor
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>

public class OrcaCompositeHealthContributor extends Object implements org.springframework.boot.actuate.health.CompositeHealthContributor
  • Constructor Summary

    Constructors
    Constructor
    Description
    OrcaCompositeHealthContributor(org.springframework.boot.actuate.health.StatusAggregator statusAggregator, org.springframework.boot.actuate.health.HealthContributorRegistry healthContributorRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    forEach(Consumer<? super org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> action)
     
    org.springframework.boot.actuate.health.HealthContributor
     
    @NotNull Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
     
    Spliterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
     
    org.springframework.boot.actuate.health.Status
     
    Stream<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrcaCompositeHealthContributor

      public OrcaCompositeHealthContributor(org.springframework.boot.actuate.health.StatusAggregator statusAggregator, org.springframework.boot.actuate.health.HealthContributorRegistry healthContributorRegistry)
  • Method Details

    • getContributor

      public org.springframework.boot.actuate.health.HealthContributor getContributor(String name)
      Specified by:
      getContributor in interface org.springframework.boot.actuate.health.NamedContributors<org.springframework.boot.actuate.health.HealthContributor>
    • stream

      public Stream<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> stream()
      Specified by:
      stream in interface org.springframework.boot.actuate.health.NamedContributors<org.springframework.boot.actuate.health.HealthContributor>
    • iterator

      @NotNull public @NotNull Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> iterator()
      Specified by:
      iterator in interface Iterable<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
    • forEach

      public void forEach(Consumer<? super org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> action)
      Specified by:
      forEach in interface Iterable<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
    • spliterator

      public Spliterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> spliterator()
      Specified by:
      spliterator in interface Iterable<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
    • status

      public org.springframework.boot.actuate.health.Status status()