Commit 297d14f5 authored by Christian Dupuis's avatar Christian Dupuis

Polish

parent aaa5b9dd
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment