接口 NotifyListener

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void <URL> urls)
      Triggered when a service change notification is received.
    • 方法详细资料

      • notify

        void notify​(<URL> urls)
        Triggered when a service change notification is received.

        Notify needs to support the contract:
        1. Always notifications on the service interface and the dimension of the data type. that is, won't notify part of the same type data belonging to one service. Users do not need to compare the results of the previous notification.
        2. The first notification at a subscription must be a full notification of all types of data of a service.
        3. At the time of change, different types of data are allowed to be notified separately, e.g.: providers, consumers, routers, overrides. It allows only one of these types to be notified, but the data of this type must be full, not incremental.
        4. If a data type is empty, need to notify a empty protocol with category parameter identification of url data.
        5. The order of notifications to be guaranteed by the notifications(That is, the implementation of the registry). Such as: single thread push, queue serialization, and version comparison.

        参数:
        urls - The list of registered information , is always not empty. The meaning is the same as the return value of RegistryService.lookup(URL).