Uses of Record Class
cloud.opencode.base.observability.health.HealthResult
Packages that use HealthResult
-
Uses of HealthResult in cloud.opencode.base.observability.health
Methods in cloud.opencode.base.observability.health that return HealthResultModifier and TypeMethodDescriptionHealthCheck.check()Executes the health check and returns the result.static HealthResultCreates a DEGRADED result with a detail message.static HealthResultCreates a DOWN result with a detail message.static HealthResultCreates an UP result with no detail.Methods in cloud.opencode.base.observability.health that return types with arguments of type HealthResultModifier and TypeMethodDescriptionHealthRegistry.check()Executes all registered health checks and returns their results.