Class HealthAggregator

    • Constructor Detail

      • HealthAggregator

        public HealthAggregator()
      • HealthAggregator

        public HealthAggregator​(StatusAggregator statusAggregator)
    • Method Detail

      • aggregate

        public Health aggregate​(List<Health> healths)
        Aggregates the specified Health instances to a single one.
        Parameters:
        healths - the list of Health to aggregate.
        Returns:
        the aggregated Health.