Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommon |
Configuration.getCommon()
Returns the common section of the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setCommon(ConfigurationCommon common)
Sets the common section of the configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationCommonParser.doConfigure(ConfigurationCommon common,
org.w3c.dom.Element commonElement)
Configure the common section from a provided element
|