Uses of Enum Class
top.magstar.framework.events.models.monitors.HealthStatus
Packages that use HealthStatus
Package
Description
-
Uses of HealthStatus in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors that return HealthStatusModifier and TypeMethodDescriptionHealthCheckResult.getStatus()static HealthStatusReturns the enum constant of this class with the specified name.static HealthStatus[]HealthStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in top.magstar.framework.events.models.monitors with parameters of type HealthStatusModifierConstructorDescriptionHealthCheckResult(LocalDateTime checkTime, HealthStatus status, List<HealthIssue> issues) -
Uses of HealthStatus in top.magstar.framework.events.monitoring
Methods in top.magstar.framework.events.monitoring that return HealthStatus