Interface HealthAggregator<T extends HealthResult>

Type Parameters:
T - The aggregator type
All Known Implementing Classes:
DefaultHealthAggregator

public interface HealthAggregator<T extends HealthResult>

Aggregates all registered health indicators into a single response.

Since:
1.0
Author:
James Kleeh