Uses of Class
io.helidon.reactive.health.HealthSupport.Builder
Packages that use HealthSupport.Builder
-
Uses of HealthSupport.Builder in io.helidon.reactive.health
Methods in io.helidon.reactive.health that return HealthSupport.BuilderModifier and TypeMethodDescriptionHealthSupport.Builder.add(HealthCheck healthCheck) Add health check(s).HealthSupport.Builder.add(HealthCheck... healthChecks) Add health check.HealthSupport.Builder.add(Collection<HealthCheck> healthChecks) Add health check(s).HealthSupport.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.includeAllis set tofalse.HealthSupport.Builder.addIncluded(Collection<String> names) Add health checks to a white list (in caseHealthSupport.includeAllis set tofalse.HealthSupport.Builder.addLiveness(Collection<HealthCheck> healthChecks) Deprecated, for removal: This API element is subject to removal in a future version.HealthSupport.Builder.addLiveness(HealthCheck... healthChecks) Deprecated, for removal: This API element is subject to removal in a future version.useadd(io.helidon.health.HealthCheck...)instead, as we will remove dependency on MP health checks in the futureHealthSupport.Builder.addReadiness(Collection<HealthCheck> healthChecks) Deprecated, for removal: This API element is subject to removal in a future version.useadd(java.util.Collection)instead, as we will remove dependency on MP health checks in the futureHealthSupport.Builder.addReadiness(HealthCheck... healthChecks) Deprecated, for removal: This API element is subject to removal in a future version.useadd(io.helidon.health.HealthCheck...)instead, as we will remove dependency on MP health checks in the futureHealthSupport.Builder.addStartup(Collection<HealthCheck> healthChecks) Deprecated, for removal: This API element is subject to removal in a future version.useadd(java.util.Collection)instead, as we will remove dependency on MP health checks in the futureHealthSupport.Builder.addStartup(HealthCheck... healthChecks) Deprecated, for removal: This API element is subject to removal in a future version.useadd(io.helidon.health.HealthCheck...)instead, as we will remove dependency on MP health checks in the futurestatic HealthSupport.BuilderHealthSupport.builder()Get a builder to configure health support instance.Update this builder from configuration.HealthSupport.Builder.details(boolean details) Whether details should be printed.HealthSupport.Builder.enabled(boolean enabled) HealthSupport can be disabled by invoking this method.Deprecated.usetimeout(Duration)insteadConfigure overall timeout of health check call.
add(java.util.Collection)instead, as we will remove dependency on MP health checks in the future