Class: SimpleStatusAggregator

health.SimpleStatusAggregator(order)

A simple StatusAggregator that uses a predefined order to determine the aggregate status.

Constructor

new SimpleStatusAggregator(order)

Creates a new aggregator.

Parameters:
Name Type Description
order Array.<Status>

The order of the statuses.

Extends

  • StatusAggregator

Methods

getAggregateStatus()