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 |
---|---|
EventPropertyDescriptor |
EventType.getPropertyDescriptor(java.lang.String propertyName)
Get the property descriptor for a given property of the event, or null
if a property by that name was not found.
|
EventPropertyDescriptor[] |
EventType.getPropertyDescriptors()
Get property descriptors for the event type.
|