Uses of Class
io.helidon.nima.observe.health.HealthFeature.Builder
Packages that use HealthFeature.Builder
-
Uses of HealthFeature.Builder in io.helidon.nima.observe.health
Methods in io.helidon.nima.observe.health that return HealthFeature.BuilderModifier and TypeMethodDescriptionHealthFeature.Builder.addCheck(HealthCheck healthCheck) Add an explicit Health check instance (not discovered throughHealthCheckProvideror whenuseSystemServices(boolean)is set tofalse.HealthFeature.Builder.addCheck(HealthCheck healthCheck, HealthCheckType type) Add the provided health check using an explicit type (may differ from theHealthCheck.type().static HealthFeature.BuilderHealthFeature.builder()Create a new builder.Update this instance from configuration.HealthFeature.Builder.details(boolean details) Whether details should be printed.HealthFeature.Builder.enabled(boolean enabled) Whether "observe health" should be enabled.HealthFeature.Builder.useSystemServices(boolean useServices) Whether to use services discovered byServiceLoader.