Uses of Interface
org.springframework.boot.actuate.health.NamedContributors
Package
Description
Actuator health indicator and endpoints.
-
Uses of NamedContributors in org.springframework.boot.actuate.health
Modifier 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
Modifier and TypeClassDescriptionclass
DefaultHealthContributorRegistry
implementation.class
DefaultReactiveHealthContributorRegistry
implementation.