- All Known Implementing Classes:
BuiltInHealthCheckProvider
public interface HealthCheckProvider
ServiceLoader
provider interface for health check services.-
Method Summary
Modifier and TypeMethodDescriptionhealthChecks
(Config config) Health checks provided by this provider.
-
Method Details
-
healthChecks
Health checks provided by this provider.- Parameters:
config
- configuration instance located on root node of this application- Returns:
- list of health checks
-