Class SimpleStatusAggregator
java.lang.Object
org.springframework.boot.health.actuate.endpoint.SimpleStatusAggregator
- All Implemented Interfaces:
StatusAggregator
@Deprecated(since="4.1.0",
forRemoval=true)
public class SimpleStatusAggregator
extends Object
implements StatusAggregator
Deprecated, for removal: This API element is subject to removal in a future version.
StatusAggregator backed by an ordered status list.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SimpleStatusAggregator(String... order) Deprecated, for removal: This API element is subject to removal in a future version.SimpleStatusAggregator(List<String> order) Deprecated, for removal: This API element is subject to removal in a future version.SimpleStatusAggregator(Status... order) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetAggregateStatus(Set<Status> statuses) Deprecated, for removal: This API element is subject to removal in a future version.Return the aggregate status for the given set of statuses.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface StatusAggregator
getAggregateStatus
-
Constructor Details
-
SimpleStatusAggregator
public SimpleStatusAggregator()Deprecated, for removal: This API element is subject to removal in a future version. -
SimpleStatusAggregator
Deprecated, for removal: This API element is subject to removal in a future version. -
SimpleStatusAggregator
Deprecated, for removal: This API element is subject to removal in a future version. -
SimpleStatusAggregator
-
-
Method Details
-
getAggregateStatus
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StatusAggregatorReturn the aggregate status for the given set of statuses.- Specified by:
getAggregateStatusin interfaceStatusAggregator- Parameters:
statuses- the statuses to aggregate- Returns:
- the aggregate status
-
StatusAggregator.of(Status...)