Uses of Class
top.magstar.framework.events.models.monitors.HealthIssue
Packages that use HealthIssue
-
Uses of HealthIssue in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors that return types with arguments of type HealthIssueModifier and TypeMethodDescriptionHealthCheckResult.getCriticalIssues()HealthCheckResult.getIssues()HealthCheckResult.getWarningIssues()Constructor parameters in top.magstar.framework.events.models.monitors with type arguments of type HealthIssueModifierConstructorDescriptionHealthCheckResult(LocalDateTime checkTime, HealthStatus status, List<HealthIssue> issues)