public interface ComponentContextAware
服务组件上下文依赖接口。
该接口的实现类将依赖相应的服务组件上下文,需要设置相应的组件上下文。
限定符和类型 | 方法和说明 |
---|---|
void |
setComponentContext(ComponentContext context)
设置服务组件上下文。
|
void setComponentContext(ComponentContext context)
设置服务组件上下文。
context
- 服务组件上下文。