接口 HealthStatusSynchronizer
-
- 所有已知实现类:
PersistentHealthStatusSynchronizer
public interface HealthStatusSynchronizerHealth status synchronizer. Maybe implement by CP and AP both.- 作者:
- xiweng.yy
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidinstanceHealthStatusChange(boolean isHealthy, Client client, Service service, InstancePublishInfo instance)Instance health status change.
-
-
-
方法详细资料
-
instanceHealthStatusChange
void instanceHealthStatusChange(boolean isHealthy, Client client, Service service, InstancePublishInfo instance)Instance health status change.- 参数:
isHealthy- is the instance change to healthy or notclient- client of instanceservice- service of instanceinstance- instance
-
-