public class JobPlugin extends AbstractJobPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JOB_PARAMETERS_KEY |
JOB_CHANNEL_PREFIX, messageBus, MODULE_INPUT_CHANNEL, MODULE_OUTPUT_CHANNEL, TAP_CHANNEL_PREFIX, TOPIC_CHANNEL_PREFIXlogger, PLUGIN_CONTEXT_CONFIG_ROOT| Constructor and Description |
|---|
JobPlugin(MessageBus messageBus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessModule(Module module)
Apply changes to the module after it is initialized i.e. after its context is refreshed, but before it is
started.
|
void |
preProcessModule(Module module)
Apply changes to the module before it is initialized i.e. before its context is refreshed.
|
buildTapChannelName, getInputChannelName, getOutputChannelName, supportsbeforeShutdown, bindConsumerAndProducers, extractConsumerProducerProperties, removeModule, unbindConsumer, unbindProducersgetApplicationContext, setApplicationContextpublic static final java.lang.String JOB_PARAMETERS_KEY
public JobPlugin(MessageBus messageBus)
public void preProcessModule(Module module)
PluginpreProcessModule in interface PluginpreProcessModule in class AbstractPluginmodule - the module to pre-processpublic void postProcessModule(Module module)
PluginpostProcessModule in interface PluginpostProcessModule in class AbstractPluginmodule - the module to post-processpublic int getOrder()
getOrder in interface org.springframework.core.OrderedgetOrder in class AbstractMessageBusBinderPlugin