Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseConfigurableEventType.initialize(List<ExplicitPropertyDescriptor> explicitProperties)
Sets explicit properties using a map of event property name and getter instance for each property.
|
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.
|