Interface StatusAggregator

    • Method Detail

      • aggregateStatus

        Status aggregateStatus​(List<Status> allStatus)
        Aggregates the the specified list of status.
        Parameters:
        allStatus - the list of Status to be aggregate.
        Returns:
        the aggregated Status instance.
      • getAllStatus

        static List<Status> getAllStatus​(Collection<Health> healths)
        Static helper that can be used for retrieving only status from a list of Health instances.
        Parameters:
        healths - the list of Health.
        Returns:
        the corresponding list of Status.