Interface HealthCheckProvider

All Known Implementing Classes:
BuiltInHealthCheckProvider

public interface HealthCheckProvider
ServiceLoader provider interface for health check services.
  • Method Summary

    Modifier and Type
    Method
    Description
    Health checks provided by this provider.
  • Method Details

    • healthChecks

      List<HealthCheck> healthChecks(Config config)
      Health checks provided by this provider.
      Parameters:
      config - configuration instance located on root node of this application
      Returns:
      list of health checks