public interface HealthStatusSynchronizer
| 限定符和类型 | 方法和说明 |
|---|---|
void |
instanceHealthStatusChange(boolean isHealthy,
com.alibaba.nacos.naming.core.v2.client.Client client,
com.alibaba.nacos.naming.core.v2.pojo.Service service,
com.alibaba.nacos.naming.core.v2.pojo.InstancePublishInfo instance)
Instance health status change.
|
void instanceHealthStatusChange(boolean isHealthy,
com.alibaba.nacos.naming.core.v2.client.Client client,
com.alibaba.nacos.naming.core.v2.pojo.Service service,
com.alibaba.nacos.naming.core.v2.pojo.InstancePublishInfo instance)
isHealthy - is the instance change to healthy or notclient - client of instanceservice - service of instanceinstance - instanceCopyright © 2018–2022 Alibaba Group. All rights reserved.