Class HealthUtil
java.lang.Object
io.vertigo.core.impl.analytics.health.HealthUtil
HealthAnalyticsUtil.
- Author:
- jmforhan, mlaroche
-
Method Summary
Modifier and TypeMethodDescriptionstatic HealthStatusaggregate(List<HealthCheck> healthChecks) static List<HealthCheckDefinition> createHealthCheckDefinitions(String componentId, CoreComponent component, AspectPlugin aspectPlugin) Registers all methods annotated with @Suscriber on the objectstatic List<HealthCheck>
-
Method Details
-
createHealthCheckDefinitions
public static List<HealthCheckDefinition> createHealthCheckDefinitions(String componentId, CoreComponent component, AspectPlugin aspectPlugin) Registers all methods annotated with @Suscriber on the object- Parameters:
componentId- componentId to checkcomponent- Component to checkaopPlugin- Aop plugin use for unwrap- Returns:
- List of HealthCheckDefinition
-
getHealthChecks
-
aggregate
-