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, setApplicationContext
public static final java.lang.String XD_ZOOKEEPER_CLIENT
public boolean supports(Module module)
Plugin
supports
in interface Plugin
supports
in class AbstractPlugin
module
- the module to check for supportpublic void preProcessModule(Module module)
Plugin
preProcessModule
in interface Plugin
preProcessModule
in class AbstractPlugin
module
- the module to pre-process