类 AbstractHealthAggregator

    • 方法详细资料

      • aggregateStatus

        protected abstract Status aggregateStatus​(List<Status> candidates)
        Return the single 'aggregate' status that should be used from the specified candidates.
        参数:
        candidates - the candidates
        返回:
        a single status
      • aggregateDetails

        protected Map<String,​ObjectaggregateDetails​(Map<String,​Health> healths)
        Return the map of 'aggregate' details that should be used from the specified healths.
        参数:
        healths - the health instances to aggregate
        返回:
        a map of details
        从以下版本开始:
        1.3.1