All Classes and Interfaces

Class
Description
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
Base ReactiveHealthIndicator implementations that encapsulates creation of Health instance and error handling.
A HealthContributor that is composed of other HealthContributor instances.
Base class for health contributor configurations that can combine source beans into a composite.
A ReactiveHealthContributor that is composed of other ReactiveHealthContributor instances.
Base class for health contributor configurations that can combine source beans into a composite.
@Conditional that checks whether a default health indicator is enabled.
Default HealthContributorRegistry implementation.
Default ReactiveHealthContributorRegistry implementation.
The health of a component or subsystem in including its Status as well as any additional contextual details.
Builder for creating immutable Health instances.
Contributes health information, either directly (HealthIndicator) or via other contributors (CompositeHealthContributor).
Auto-configuration for default health contributors.
Strategy used to create health contributor names from bean names.
Interface that can be used to validate names before they are added to a health contributor registry.
A mutable registry of health contributors.
A collection of named health contributors.
A health contributor entry.
Directly contributes Health information for specific component or subsystem.
Auto-configured HealthIndicator that always returns UP.
Contributes health information, either directly (ReactiveHealthIndicator) or via other contributors (CompositeReactiveHealthContributor).
A mutable registry of reactive health contributors.
A collection of named reactive health contributors.
A reactive health contributor entry.
Directly contributes Health information for specific reactive component or subsystem.
Value object to express state of a component or subsystem.