@SPI
public interface RouterFactory
org.apache.dubbo.rpc.cluster.Cluster#join(Directory),
Note Router has a different behaviour since 2.7.0, for each type of Router, there will only has one Router instance
for each service. See {@link CacheableRouterFactory} and {@link RouterChain} for how to extend a new Router or how
the Router instances are loaded.
@Adaptive(value="protocol") Router getRouter(org.apache.dubbo.common.URL url)
url - urlCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.