public class ZookeeperConnectionPlugin extends AbstractPlugin
ZooKeeperConnection| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XD_ZOOKEEPER_CLIENT |
logger, PLUGIN_CONTEXT_CONFIG_ROOT| Constructor and Description |
|---|
ZookeeperConnectionPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
preProcessModule(Module module)
Apply changes to the module before it is initialized i.e. before its context is refreshed.
|
boolean |
supports(Module module)
Check if the module is supported by the plugin.
|
beforeShutdown, getApplicationContext, getOrder, postProcessModule, removeModule, setApplicationContextpublic static final java.lang.String XD_ZOOKEEPER_CLIENT
public boolean supports(Module module)
Pluginsupports in interface Pluginsupports in class AbstractPluginmodule - the module to check for supportpublic void preProcessModule(Module module)
PluginpreProcessModule in interface PluginpreProcessModule in class AbstractPluginmodule - the module to pre-process