All Known Implementing Classes:
ElasticSearchClient, JDBCClient

public interface HealthCheckable
HealthCheckable indicate the client has the capacity of health check and need to register healthChecker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register health checker.
  • Method Details

    • registerChecker

      void registerChecker(HealthChecker healthChecker)
      Register health checker.
      Parameters:
      healthChecker - HealthChecker to be registered.