Uses of Class
io.helidon.health.HealthSupport.Builder
-
Uses of HealthSupport.Builder in io.helidon.health
Modifier and TypeMethodDescriptionHealthSupport.Builder.addExcluded
(String healthCheckName) Add a health check to a black list.HealthSupport.Builder.addExcluded
(Collection<String> names) Add health checks to a black list.HealthSupport.Builder.addExcludedClass
(Class<?> aClass) A class may be excluded from invoking health checks on it.HealthSupport.Builder.addIncluded
(String healthCheckName) Add a health check to a white list (in caseHealthSupport.includeAll
is set tofalse
.HealthSupport.Builder.addIncluded
(Collection<String> names) Add health checks to a white list (in caseHealthSupport.includeAll
is set tofalse
.HealthSupport.Builder.addLiveness
(Collection<HealthCheck> healthChecks) Add liveness health check(s).HealthSupport.Builder.addLiveness
(HealthCheck... healthChecks) Add liveness health check(s).HealthSupport.Builder.addReadiness
(Collection<HealthCheck> healthChecks) Add readiness health check(s).HealthSupport.Builder.addReadiness
(HealthCheck... healthChecks) Add readiness health check(s).HealthSupport.Builder.addStartup
(Collection<HealthCheck> healthChecks) Add start-up health check(s).HealthSupport.Builder.addStartup
(HealthCheck... healthChecks) Add start-up health check(s).static HealthSupport.Builder
HealthSupport.builder()
Get a builder to configure health support instance.Update this builder from configuration.HealthSupport.Builder.enabled
(boolean enabled) HealthSupport can be disabled by invoking this method.Configure overall timeout of health check call.