| Package | Description |
|---|---|
| io.helidon.health |
Health check support for helidon SE.
|
| Modifier and Type | Method and Description |
|---|---|
HealthSupport.Builder |
HealthSupport.Builder.add(Collection<HealthCheck> healthChecks)
Add health checks to the list.
|
HealthSupport.Builder |
HealthSupport.Builder.add(HealthCheck... healthChecks)
Add a health check (or healthchecks) to the list.
|
HealthSupport.Builder |
HealthSupport.Builder.addExcluded(String healthCheckName)
Add a health check to a black list.
|
HealthSupport.Builder |
HealthSupport.Builder.addExcluded(Collection<String> names)
Add health checks to a black list.
|
HealthSupport.Builder |
HealthSupport.Builder.addIncluded(String healthCheckName)
Add a health check to a white list (in case
HealthSupport.includeAll is set to false. |
HealthSupport.Builder |
HealthSupport.Builder.addIncluded(Collection<String> names)
Add health checks to a white list (in case
HealthSupport.includeAll is set to false. |
static HealthSupport.Builder |
HealthSupport.builder()
Get a builder to configure health support instance.
|
HealthSupport.Builder |
HealthSupport.Builder.config(Config config)
Update this builder from configuration.
|
HealthSupport.Builder |
HealthSupport.Builder.webContext(String path)
Path under which to register health check endpoint on the web server.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.