public interface ComponentContextAware
The interface which service component context depends on.
The implementation class of the interface will depend on the corresponding service component context, and the corresponding component context needs to be set.
Modifier and Type | Method and Description |
---|---|
void |
setComponentContext(ComponentContext context)
Sets the service component context.
|
void setComponentContext(ComponentContext context)
Sets the service component context.
context
- The service component context.