Uses of Record Class
io.vertigo.core.analytics.health.HealthCheck
Packages that use HealthCheck
Package
Description
-
Uses of HealthCheck in io.vertigo.core.analytics
Methods in io.vertigo.core.analytics that return types with arguments of type HealthCheckMethod parameters in io.vertigo.core.analytics with type arguments of type HealthCheckModifier and TypeMethodDescriptionAnalyticsManager.aggregate(List<HealthCheck> healthChecks) Generates an aggregated status from a list of health checks. -
Uses of HealthCheck in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics that return types with arguments of type HealthCheckMethods in io.vertigo.core.impl.analytics with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidAnalyticsConnectorPlugin.add(HealthCheck healthCheck) Adds a healthCheck to a connector which acts as a consumer.Method parameters in io.vertigo.core.impl.analytics with type arguments of type HealthCheck -
Uses of HealthCheck in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health that return types with arguments of type HealthCheckMethod parameters in io.vertigo.core.impl.analytics.health with type arguments of type HealthCheckModifier and TypeMethodDescriptionstatic HealthStatusHealthUtil.aggregate(List<HealthCheck> healthChecks) -
Uses of HealthCheck in io.vertigo.core.plugins.analytics.log
Methods in io.vertigo.core.plugins.analytics.log with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidLoggerAnalyticsConnectorPlugin.add(HealthCheck healthCheck) voidSmartLoggerAnalyticsConnectorPlugin.add(HealthCheck healthCheck) voidSocketLoggerAnalyticsConnectorPlugin.add(HealthCheck healthCheck) Adds a healthCheck to a connector which acts as a consumer.voidSocketLoggerJsonAnalyticsConnectorPlugin.add(HealthCheck healthCheck) Adds a healthCheck to a connector which acts as a consumer.