Uses of Class
io.vertigo.core.analytics.health.definitions.HealthCheckDefinition
-
Packages that use HealthCheckDefinition Package Description io.vertigo.core.impl.analytics.health -
-
Uses of HealthCheckDefinition in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health that return types with arguments of type HealthCheckDefinition Modifier and Type Method Description static List<HealthCheckDefinition>
HealthAnalyticsUtil. createHealthCheckDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)
Registers all methods annotated with @Suscriber on the object
-