Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.common.client.configuration.runtime |
Configuration classes for the runtime section, which is only relevant to the runtime
|
Modifier and Type | Method and Description |
---|---|
ConfigurationRuntime |
Configuration.getRuntime()
Returns the runtime section of the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setRuntime(ConfigurationRuntime runtime)
Sets the runtime section of the configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationRuntimeParser.doConfigure(ConfigurationRuntime runtime,
org.w3c.dom.Element runtimeElement)
Configure the runtime section from a provided element
|