Class HealthAggregator
- java.lang.Object
-
- io.streamthoughts.azkarra.http.health.HealthAggregator
-
public final class HealthAggregator extends Object
TheHealthAggregator
aggregates multipleHealth
instances into a single one.
-
-
Constructor Summary
Constructors Constructor Description HealthAggregator()
HealthAggregator(StatusAggregator statusAggregator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Health
aggregate(List<Health> healths)
Aggregates the specifiedHealth
instances to a single one.
-
-
-
Constructor Detail
-
HealthAggregator
public HealthAggregator()
-
HealthAggregator
public HealthAggregator(StatusAggregator statusAggregator)
-
-