Package org.apache.dubbo.rpc.cluster
Interface RouterFactory
- All Known Implementing Classes:
CacheableRouterFactory
@SPI
public interface RouterFactory
RouterFactory. (SPI, Singleton, ThreadSafe)
- See Also:
-
Method Summary
-
Method Details
-
getRouter
Create router. Since 2.7.0, most of the time, we will not use @Adaptive feature, so it's kept only for compatibility.- Parameters:
url- url- Returns:
- router instance
-