Uses of Interface
cloud.opencode.base.observability.health.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in cloud.opencode.base.observability.health
Methods in cloud.opencode.base.observability.health with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidHealthRegistry.register(String name, HealthCheck check) Registers a health check under the given name, replacing any existing check with the same name.