Uses of Enum Class
com.kingsrook.qqq.middleware.health.model.metadata.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in com.kingsrook.qqq.middleware.health.model.metadata
Subclasses with type arguments of type HealthStatus in com.kingsrook.qqq.middleware.health.model.metadataModifier and TypeClassDescriptionenumEnum representing the health status of a component or the overall system.Methods in com.kingsrook.qqq.middleware.health.model.metadata that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.aggregate(HealthStatus... statuses) Determine the overall status from multiple component statuses.HealthCheckResult.getStatus()Getter for statusHealthResponse.getStatus()Getter for statusstatic 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.Methods in com.kingsrook.qqq.middleware.health.model.metadata with parameters of type HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.aggregate(HealthStatus... statuses) Determine the overall status from multiple component statuses.voidHealthCheckResult.setStatus(HealthStatus status) Setter for statusvoidHealthResponse.setStatus(HealthStatus status) Setter for statusHealthCheckResult.withStatus(HealthStatus status) Fluent setter for statusHealthResponse.withStatus(HealthStatus status) Fluent setter for status