Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationEventTypeXMLDOM.XPathPropertyDesc> |
ConfigurationEventTypeXMLDOM.getXPathProperties()
Returns a map of property name and descriptor for XPath-expression properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseXMLEventType.initialize(Collection<ConfigurationEventTypeXMLDOM.XPathPropertyDesc> explicitXPathProperties,
List<ExplicitPropertyDescriptor> additionalSchemaProperties)
Set the preconfigured event properties resolved by XPath expression.
|