Interface StatusAggregator
-
- All Known Implementing Classes:
DefaultStatusAggregator
public interface StatusAggregator
TheStatusAggregator
is used to aggregate multipleStatus
instance.- See Also:
HealthAggregator
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Status
aggregateStatus(List<Status> allStatus)
Aggregates the the specified list of status.static List<Status>
getAllStatus(Collection<Health> healths)
Static helper that can be used for retrieving only status from a list ofHealth
instances.
-