Uses of Interface
org.springframework.boot.actuate.health.NamedContributor
Packages that use NamedContributor
Package
Description
Actuator health indicator and endpoints.
-
Uses of NamedContributor in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return NamedContributorMethods in org.springframework.boot.actuate.health that return types with arguments of type NamedContributorModifier and TypeMethodDescriptiondefault Stream<NamedContributor<C>>
NamedContributors.stream()
Return a stream of thenamed contributors
.