public interface Plugin
Modifier and Type | Method and Description |
---|---|
void |
postProcessModule(Module module)
Apply changes to the module after it is initialized (generally,
this means after its context is refreshed), but before it is
started.
|
void |
postProcessSharedContext(org.springframework.context.ConfigurableApplicationContext context)
Make any necessary changes to the shared context.
|
void |
preProcessModule(Module module)
Apply changes to the module before it is initialized (generally,
this means before its context is refreshed).
|
void |
removeModule(Module module)
Take any actions necessary to remove a module from the system.
|
void preProcessModule(Module module)
module
- void postProcessModule(Module module)
module
- void removeModule(Module module)
module
- void postProcessSharedContext(org.springframework.context.ConfigurableApplicationContext context)
context
-