Uses of Enum Class
cloud.opencode.base.observability.health.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in cloud.opencode.base.observability.health
Subclasses with type arguments of type HealthStatus in cloud.opencode.base.observability.healthModifier and TypeClassDescriptionenumEnumeration of possible health check statuses.Methods in cloud.opencode.base.observability.health that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.aggregate(Collection<HealthStatus> statuses) Aggregates a collection of statuses into a single worst-case status.HealthRegistry.status()Computes the aggregated health status of all registered checks.HealthResult.status()Returns the value of thestatusrecord component.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.Method parameters in cloud.opencode.base.observability.health with type arguments of type HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.aggregate(Collection<HealthStatus> statuses) Aggregates a collection of statuses into a single worst-case status.Constructors in cloud.opencode.base.observability.health with parameters of type HealthStatusModifierConstructorDescriptionHealthResult(String name, HealthStatus status, String detail, Duration duration) Compact constructor with validation.