Uses of Record Class
org.springframework.boot.health.contributor.HealthContributors.Entry
Packages that use HealthContributors.Entry
Package
Description
Classes related to contributing health information about an application.
Health registry support.
-
Uses of HealthContributors.Entry in org.springframework.boot.health.contributor
Subinterfaces with type arguments of type HealthContributors.Entry in org.springframework.boot.health.contributorMethods in org.springframework.boot.health.contributor that return types with arguments of type HealthContributors.EntryModifier and TypeMethodDescriptiondefault Iterator<HealthContributors.Entry> HealthContributors.iterator()HealthContributors.stream()Return a stream of the contributor entries. -
Uses of HealthContributors.Entry in org.springframework.boot.health.registry
Subclasses with type arguments of type HealthContributors.Entry in org.springframework.boot.health.registryMethods in org.springframework.boot.health.registry that return types with arguments of type HealthContributors.Entry