Uses of Interface
org.springframework.boot.actuate.health.NamedContributors
Packages that use NamedContributors
Package
Description
Actuator health indicator and endpoints.
-
Uses of NamedContributors in org.springframework.boot.actuate.health
Subinterfaces of NamedContributors in org.springframework.boot.actuate.healthModifier and TypeInterfaceDescriptioninterface
AHealthContributor
that is composed of otherHealthContributor
instances.interface
AReactiveHealthContributor
that is composed of otherReactiveHealthContributor
instances.interface
A mutable registry of health endpoint contributors (eitherHealthContributor
orReactiveHealthContributor
).interface
interface
Classes in org.springframework.boot.actuate.health that implement NamedContributorsModifier and TypeClassDescriptionclass
DefaultHealthContributorRegistry
implementation.class
DefaultReactiveHealthContributorRegistry
implementation.