|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ExtensionFactory | ExtensionFactory |
Class Summary | |
---|---|
ExtensionLoader<T> | Dubbo使用的扩展点获取。 |
Annotation Types Summary | |
---|---|
Activate | Activate
对于可以被框架中自动激活加载扩展,此Annotation用于配置扩展被自动激活加载条件。
比如,过滤扩展,有多个实现,使用Activate Annotation的扩展可以根据条件被自动加载。
Activate.group() 生效的Group。具体的有哪些Group值由框架SPI给出。
Activate.value() 在URL 中Key集合中有,则生效。
|
Adaptive | 在ExtensionLoader 生成Extension的Adaptive Instance时,为ExtensionLoader 提供信息。 |
SPI | 扩展点接口的标识。
扩展点声明配置文件,格式修改。 以Protocol示例,配置文件META-INF/dubbo/com.xxx.Protocol内容: 由 |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |