public interface ProviderContextAware
服务提供者上下文依赖接口。
该接口的实现类将依赖相应的服务提供者上下文,需要设置相应的提供者上下文。
限定符和类型 | 方法和说明 |
---|---|
void |
setProviderContext(ProviderContext context)
设置服务提供者上下文。
|
void setProviderContext(ProviderContext context)
设置服务提供者上下文。
context
- 服务提供者上下文。