Package | Description |
---|---|
com.espertech.esper.common.client.configuration.runtime |
Configuration classes for the runtime section, which is only relevant to the runtime
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ConfigurationRuntimePluginLoader> |
ConfigurationRuntime.pluginLoaders
List of adapter loaders.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigurationRuntimePluginLoader> |
ConfigurationRuntime.getPluginLoaders()
Returns the plug-in loaders.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRuntime.setPluginLoaders(java.util.List<ConfigurationRuntimePluginLoader> pluginLoaders)
Sets the list of plug-in loaders
|