Polish
This commit is contained in:
parent
aaa5b9ddf1
commit
297d14f5f8
|
|
@ -41,6 +41,11 @@ public abstract class AbstractHealthAggregator implements HealthAggregator {
|
|||
return health;
|
||||
}
|
||||
|
||||
/**
|
||||
* Actual aggregation logic.
|
||||
* @param status list of given {@link Status} instances to aggregate
|
||||
* @return aggregated {@link Status}
|
||||
*/
|
||||
protected abstract Status aggregateStatus(List<Status> status);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue