Class ConfigurationRuntimeParser
java.lang.Object
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeParser
Parser for the runtime section of configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
doConfigure
(ConfigurationRuntime runtime, Element runtimeElement) Configure the runtime section from a provided element
-
Constructor Details
-
ConfigurationRuntimeParser
public ConfigurationRuntimeParser()
-
-
Method Details
-
doConfigure
Configure the runtime section from a provided element- Parameters:
runtime
- runtime sectionruntimeElement
- element
-