Package lumis.portal.healthmonitor
-
Interface Summary Interface Description IHealthCheckDependencyInjector<T> IHealthMonitorManager Service provider interface for the health monitor framework manager. -
Class Summary Class Description HealthCheckGeneral HealthCheckInfo Used to describe a registered Health CheckHealthCheckResult A Health Check should return this object in a HealthCheckException if the check result is not OK.HealthMonitorManager Implements theIHealthMonitorManager
interface. -
Enum Summary Enum Description HealthCheckResult.ResultType -
Exception Summary Exception Description HealthCheckException This exception should be thrown by HealthCheck implementations in cases where the results are not OK. -
Annotation Types Summary Annotation Type Description HealthCheck Annotation that should be used in methods that represent HealthChecks.