类 AddressRouterFactory
- java.lang.Object
-
- org.apache.dubbo.rpc.cluster.router.address.AddressRouterFactory
-
- 所有已实现的接口:
RouterFactory
@Activate("address") public class AddressRouterFactory extends Object implements RouterFactoryAddressRouterFactory
-
-
方法详细资料
-
getRouter
public Router getRouter(org.apache.dubbo.common.URL url)
从接口复制的说明:RouterFactoryCreate router. Since 2.7.0, most of the time, we will not use @Adaptive feature, so it's kept only for compatibility.- 指定者:
getRouter在接口中RouterFactory- 参数:
url- url- 返回:
- router instance
-
-