public interface HealthCheckProvider
HealthCheck instances.
Instances of HealthCheckProvider are discovered by the HealthMpService
using the HelidonServiceLoader and all of the
HealthCheck instances are added to the health endpoint.
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
healthChecks()
Return the provided
HealthChecks. |
List<HealthCheck> healthChecks()
HealthChecks.HealthChecksCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.