Class CompositeHealthDescriptor
java.lang.Object
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
org.springframework.boot.health.actuate.endpoint.CompositeHealthDescriptor
- All Implemented Interfaces:
OperationResponseBody
- Direct Known Subclasses:
SystemHealthDescriptor
public sealed class CompositeHealthDescriptor
extends HealthDescriptor
permits SystemHealthDescriptor
Description of health that is composed of other
health
descriptors.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map<String, HealthDescriptor> @Nullable Map<String, HealthDescriptor> Return the status of the component.
-
Method Details
-
getStatus
Description copied from class:HealthDescriptorReturn the status of the component.- Specified by:
getStatusin classHealthDescriptor- Returns:
- the component status
-
getComponents
-
getDetails
-