Uses of Interface
org.springframework.boot.health.contributor.ReactiveHealthContributors
Packages that use ReactiveHealthContributors
Package
Description
Classes related to contributing health information about an application.
Health registry support.
-
Uses of ReactiveHealthContributors in org.springframework.boot.health.contributor
Subinterfaces of ReactiveHealthContributors in org.springframework.boot.health.contributorModifier and TypeInterfaceDescriptioninterfaceAReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances.Methods in org.springframework.boot.health.contributor that return ReactiveHealthContributorsModifier and TypeMethodDescriptionstatic @Nullable ReactiveHealthContributorsReactiveHealthContributors.adapt(@Nullable HealthContributors contributors) Adapts the givenHealthContributorsinto aReactiveHealthContributorsby scheduling blocking calls toSchedulers.boundedElastic().static ReactiveHealthContributorsReactiveHealthContributors.of(ReactiveHealthContributors... contributors) Factory method to create a newReactiveHealthContributorsinstance composed of the given contributors.Methods in org.springframework.boot.health.contributor with parameters of type ReactiveHealthContributorsModifier and TypeMethodDescriptionstatic ReactiveHealthContributorsReactiveHealthContributors.of(ReactiveHealthContributors... contributors) Factory method to create a newReactiveHealthContributorsinstance composed of the given contributors. -
Uses of ReactiveHealthContributors in org.springframework.boot.health.registry
Subinterfaces of ReactiveHealthContributors in org.springframework.boot.health.registryModifier and TypeInterfaceDescriptioninterfaceA mutable registry ofreactive health contributors.Classes in org.springframework.boot.health.registry that implement ReactiveHealthContributors