Package com.netflix.kayenta.config
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
ConstructorsConstructorDescriptionOrcaCompositeHealthContributor(org.springframework.boot.actuate.health.StatusAggregator statusAggregator, org.springframework.boot.actuate.health.HealthContributorRegistry healthContributorRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidforEach(Consumer<? super org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> action) org.springframework.boot.actuate.health.HealthContributorgetContributor(String name) @NotNull Iterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>iterator()Spliterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>org.springframework.boot.actuate.health.Statusstatus()Stream<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>stream()
-
Constructor Details
-
OrcaCompositeHealthContributor
public OrcaCompositeHealthContributor(org.springframework.boot.actuate.health.StatusAggregator statusAggregator, org.springframework.boot.actuate.health.HealthContributorRegistry healthContributorRegistry)
-
-
Method Details
-
getContributor
- Specified by:
getContributorin interfaceorg.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:
streamin interfaceorg.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() -
forEach
public void forEach(Consumer<? super org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> action) -
spliterator
public Spliterator<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>> spliterator()- Specified by:
spliteratorin interfaceIterable<org.springframework.boot.actuate.health.NamedContributor<org.springframework.boot.actuate.health.HealthContributor>>
-
status
public org.springframework.boot.actuate.health.Status status()
-