接口 HealthStatusSynchronizer

  • 所有已知实现类:
    PersistentHealthStatusSynchronizer

    public interface HealthStatusSynchronizer
    Health status synchronizer. Maybe implement by CP and AP both.
    作者:
    xiweng.yy
    • 方法详细资料

      • instanceHealthStatusChange

        void instanceHealthStatusChange​(boolean isHealthy,
                                        Client client,
                                        Service service,
                                        InstancePublishInfo instance)
        Instance health status change.
        参数:
        isHealthy - is the instance change to healthy or not
        client - client of instance
        service - service of instance
        instance - instance