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,ConfigurationCommonEventTypeBean> |
ConfigurationCommon.eventTypesBean
Map of event type name and bean-type event configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonEventTypeBean> |
ConfigurationCommon.getEventTypesBean()
Returns the mapping of event type name to legacy java event type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(java.lang.String eventTypeName,
java.lang.String eventClass,
ConfigurationCommonEventTypeBean beanEventTypeDesc)
Add an name for an event type that represents bean Java type (non-JavaBean style) events.
|