public class SparkStreamingPlugin extends AbstractStreamPlugin
MessageBus to receive/send messages.JOB_CHANNEL_PREFIX, messageBus, MODULE_INPUT_CHANNEL, MODULE_OUTPUT_CHANNEL, TAP_CHANNEL_PREFIX, TOPIC_CHANNEL_PREFIXlogger, PLUGIN_CONTEXT_CONFIG_ROOT| Constructor and Description |
|---|
SparkStreamingPlugin(MessageBus messageBus) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
supports(Module module)
Check if the module is supported by the plugin.
|
buildTapChannelName, getInputChannelName, getOutputChannelNamebeforeShutdown, bindConsumerAndProducers, extractConsumerProducerProperties, extractHistoryProperties, getOrder, isChannelPubSub, removeModule, unbindConsumer, unbindProducersgetApplicationContext, preProcessModule, setApplicationContext@Autowired public SparkStreamingPlugin(MessageBus messageBus)
public boolean supports(Module module)
Pluginsupports in interface Pluginsupports in class AbstractStreamPluginmodule - the module to check for supportpublic void postProcessModule(Module module)
PluginpostProcessModule in interface PluginpostProcessModule in class AbstractPluginmodule - the module to post-process