Uses of Interface
org.springframework.boot.health.contributor.HealthContributors
Packages that use HealthContributors
Package
Description
Classes related to contributing health information about an application.
Health registry support.
-
Uses of HealthContributors in org.springframework.boot.health.contributor
Subinterfaces of HealthContributors in org.springframework.boot.health.contributorModifier and TypeInterfaceDescriptioninterfaceAHealthContributorthat is composed of otherHealthContributorinstances.Methods in org.springframework.boot.health.contributor that return HealthContributorsModifier and TypeMethodDescriptiondefault HealthContributorsReactiveHealthContributors.asHealthContributors()Return these reactive contributors as standard blockingHealthContributors.static HealthContributorsHealthContributors.of(HealthContributors... contributors) Factory method to create a newHealthContributorsinstance composed of the given contributors.Methods in org.springframework.boot.health.contributor with parameters of type HealthContributorsModifier and TypeMethodDescriptionstatic @Nullable ReactiveHealthContributorsReactiveHealthContributors.adapt(@Nullable HealthContributors contributors) Adapts the givenHealthContributorsinto aReactiveHealthContributorsby scheduling blocking calls toSchedulers.boundedElastic().static HealthContributorsHealthContributors.of(HealthContributors... contributors) Factory method to create a newHealthContributorsinstance composed of the given contributors. -
Uses of HealthContributors in org.springframework.boot.health.registry
Subinterfaces of HealthContributors in org.springframework.boot.health.registryClasses in org.springframework.boot.health.registry that implement HealthContributors