Package | Description |
---|---|
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 | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationCommonEventTypeXMLDOM> |
ConfigurationCommon.eventTypesXMLDOM
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonEventTypeXMLDOM> |
ConfigurationCommon.getEventTypesXMLDOM()
Returns the mapping of event type name to XML DOM event type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(java.lang.String eventTypeName,
ConfigurationCommonEventTypeXMLDOM xmlDOMEventTypeDesc)
Add an name for an event type that represents org.w3c.dom.Node events.
|