接口 HealthCheckable
- 所有已知实现类:
ElasticSearchClient,JDBCClient
public interface HealthCheckable
HealthCheckable indicate the client has the capacity of health check and need to register healthChecker.
-
方法概要
-
方法详细资料
-
registerChecker
Register health checker.- 参数:
healthChecker- HealthChecker to be registered.
-