接口 RouterFactory
-
- 所有超级接口:
RouterFactory
@Deprecated public interface RouterFactory extends RouterFactory
已过时。
-
-
方法详细资料
-
getRouter
default Router getRouter(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
-
-