public class IntegrationPlugin
extends java.lang.Object
implements org.springframework.xd.module.Plugin
| Constructor and Description |
|---|
IntegrationPlugin(org.springframework.integration.channel.registry.ChannelRegistry channelRegistry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIntegrationModuleBasePath() |
void |
postProcessModule(org.springframework.xd.module.Module module) |
void |
postProcessSharedContext(org.springframework.context.ConfigurableApplicationContext commonContext) |
void |
preProcessModule(org.springframework.xd.module.Module module) |
void |
removeModule(org.springframework.xd.module.Module module) |
public IntegrationPlugin(org.springframework.integration.channel.registry.ChannelRegistry channelRegistry)
public java.lang.String getIntegrationModuleBasePath()
public void preProcessModule(org.springframework.xd.module.Module module)
preProcessModule in interface org.springframework.xd.module.Pluginpublic void postProcessModule(org.springframework.xd.module.Module module)
postProcessModule in interface org.springframework.xd.module.Pluginpublic void postProcessSharedContext(org.springframework.context.ConfigurableApplicationContext commonContext)
postProcessSharedContext in interface org.springframework.xd.module.Pluginpublic void removeModule(org.springframework.xd.module.Module module)
removeModule in interface org.springframework.xd.module.Plugin