Package io.micronaut.management.health.aggregator
Health aggregation.
- Since:
- 1.0
-
Interface Summary Interface Description HealthAggregator<T extends HealthResult> Aggregates all registered health indicators into a single response. -
Class Summary Class Description DefaultHealthAggregator Default implementation ofHealthAggregatorthat creates a {status: , description: (optional) , details: } response.