接口 RouterFactory
-
- 所有已知实现类:
AddressRouterFactory,AppRouterFactory,CacheableRouterFactory,ConditionRouterFactory,FileRouterFactory,MockRouterFactory,ScriptRouterFactory,ServiceRouterFactory,TagRouterFactory
@SPI public interface RouterFactoryRouterFactory. (SPI, Singleton, ThreadSafe)
-
-
方法详细资料
-
getRouter
@Adaptive("protocol") Router getRouter(org.apache.dubbo.common.URL url)Create router. Since 2.7.0, most of the time, we will not use @Adaptive feature, so it's kept only for compatibility.- 参数:
url- url- 返回:
- router instance
-
-