public final class HealthAnalyticsUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static HealthStatus |
aggregate(List<HealthCheck> healthChecks) |
static List<HealthCheckDefinition> |
createHealthCheckDefinitions(String componentId,
Component component,
AopPlugin aopPlugin)
Registers all methods annotated with @Suscriber on the object
|
static List<HealthCheck> |
getHealthChecks() |
public static List<HealthCheckDefinition> createHealthCheckDefinitions(String componentId, Component component, AopPlugin aopPlugin)
componentId - componentId to checkcomponent - Component to checkaopPlugin - Aop plugin use for unwrappublic static List<HealthCheck> getHealthChecks()
public static HealthStatus aggregate(List<HealthCheck> healthChecks)
Copyright © 2018. All Rights Reserved.