java.lang.Object
io.helidon.health.checks.BuiltInHealthCheckProvider
- All Implemented Interfaces:
HealthCheckProvider
ServiceLoader
provider implementation for HealthCheckProvider
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhealthChecks
(Config config) Health checks provided by this provider.
-
Constructor Details
-
BuiltInHealthCheckProvider
public BuiltInHealthCheckProvider()Default constructor is required byServiceLoader
.
-
-
Method Details
-
healthChecks
Description copied from interface:HealthCheckProvider
Health checks provided by this provider.- Specified by:
healthChecks
in interfaceHealthCheckProvider
- Parameters:
config
- configuration instance located on root node of this application- Returns:
- list of health checks
-