Package | Description |
---|---|
com.espertech.esper.common.client |
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterMapped |
EventType.getGetterMapped(java.lang.String mappedPropertyName)
Get the getter of an event property that is a mapped event property: Getters are useful when an application
receives events of the same event type multiple times and requires fast access
to a mapped property.
|