クラス SimpleStatusAggregator

java.lang.ObjectSE
org.springframework.boot.actuate.health.SimpleStatusAggregator
実装されたすべてのインターフェース:
StatusAggregator

public class SimpleStatusAggregator extends ObjectSE implements StatusAggregator
順序付けされたステータスリストに基づく StatusAggregator
導入:
2.2.0
作成者:
Phillip Webb
  • コンストラクターの詳細

    • SimpleStatusAggregator

      public SimpleStatusAggregator()
    • SimpleStatusAggregator

      public SimpleStatusAggregator(Status... order)
    • SimpleStatusAggregator

      public SimpleStatusAggregator(StringSE... order)
    • SimpleStatusAggregator

      public SimpleStatusAggregator(ListSE<StringSE> order)
  • メソッドの詳細

    • getAggregateStatus

      public Status getAggregateStatus(SetSE<Status> statuses)
      インターフェースからコピーされた説明: StatusAggregator
      指定された一連のステータスの集約ステータスを返します。
      次で指定:
      インターフェース StatusAggregatorgetAggregateStatus 
      パラメーター:
      statuses - 集約するステータス
      戻り値:
      集約ステータス