类 SimpleStatusAggregator
java.lang.Object
org.springframework.boot.actuate.health.SimpleStatusAggregator
- 所有已实现的接口:
StatusAggregator
StatusAggregator
backed by an ordered status list.- 从以下版本开始:
- 2.2.0
- 作者:
- Phillip Webb
-
构造器概要
构造器构造器说明SimpleStatusAggregator
(String... order) SimpleStatusAggregator
(List<String> order) SimpleStatusAggregator
(Status... order) -
方法概要
修饰符和类型方法说明getAggregateStatus
(Set<Status> statuses) Return the aggregate status for the given set of statuses.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.springframework.boot.actuate.health.StatusAggregator
getAggregateStatus
-
构造器详细资料
-
SimpleStatusAggregator
public SimpleStatusAggregator() -
SimpleStatusAggregator
-
SimpleStatusAggregator
-
SimpleStatusAggregator
-
-
方法详细资料
-
getAggregateStatus
从接口复制的说明:StatusAggregator
Return the aggregate status for the given set of statuses.- 指定者:
getAggregateStatus
在接口中StatusAggregator
- 参数:
statuses
- the statuses to aggregate- 返回:
- the aggregate status
-