接口 AddressListener
-
- 所有已知实现类:
MeshRuleAddressListenerInterceptor
@SPI public interface AddressListener
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 default voiddestroy(org.apache.dubbo.common.URL consumerUrl, Directory registryDirectory)List<org.apache.dubbo.common.URL>notify(List<org.apache.dubbo.common.URL> addresses, org.apache.dubbo.common.URL consumerUrl, Directory registryDirectory)processing when receiving the address list
-
-
-
方法详细资料
-
notify
List<org.apache.dubbo.common.URL> notify(List<org.apache.dubbo.common.URL> addresses, org.apache.dubbo.common.URL consumerUrl, Directory registryDirectory)
processing when receiving the address list- 参数:
addresses- provider address listconsumerUrl-registryDirectory-
-
destroy
default void destroy(org.apache.dubbo.common.URL consumerUrl, Directory registryDirectory)
-
-