See: Description
| Interface | Description |
|---|---|
| CompositeHealthContributor |
A
HealthContributor that is composed of other HealthContributor
instances. |
| CompositeReactiveHealthContributor |
A
ReactiveHealthContributor that is composed of other
ReactiveHealthContributor instances. |
| ContributorRegistry<C> |
A mutable registry of health endpoint contributors (either
HealthContributor or
ReactiveHealthContributor). |
| HealthAggregator | Deprecated
since 2.2.0 in favor of
StatusAggregator |
| HealthContributor |
Tagging interface for classes that contribute to
health
components to the results returned from the HealthEndpoint. |
| HealthContributorRegistry | |
| HealthEndpointGroup |
A logical grouping of
health contributors that can be exposed
by the HealthEndpoint. |
| HealthEndpointGroups |
A collection of
groups for use with a health endpoint. |
| HealthIndicator |
Strategy interface used to contribute
Health to the results returned from the
HealthEndpoint. |
| HealthIndicatorRegistry | Deprecated
since 2.2.0 in favor of a
HealthContributorRegistry |
| HttpCodeStatusMapper |
Strategy used to map a
health status to an HTTP status code. |
| NamedContributor<C> |
A single named health endpoint contributors (either
HealthContributor or
ReactiveHealthContributor). |
| NamedContributors<C> |
A collection of named health endpoint contributors (either
HealthContributor or
ReactiveHealthContributor). |
| ReactiveHealthContributor |
Tagging interface for classes that contribute to
health
components to the results returned from the HealthEndpoint. |
| ReactiveHealthContributorRegistry | |
| ReactiveHealthIndicator |
Strategy interface used to contribute
Health to the results returned from the
reactive variant of the HealthEndpoint. |
| ReactiveHealthIndicatorRegistry | Deprecated
since 2.2.0 in favor of a
ReactiveHealthContributorRegistry |
| StatusAggregator |
Strategy used to aggregate
Status instances. |
| Enum | Description |
|---|---|
| ShowDetails | Deprecated
since 2.2.0 in favor of
HealthEndpointProperties.ShowDetails |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.