[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get property values from an event instance for a given event property.
Instances that implement this interface are usually bound to a particular net.esper.events.EventType and cannot
be used to access net.esper.events.EventBean instances of a different type.
The following tables list the members exposed by the EventPropertyGetter type.
Public Methods
Name | Description | |
---|---|---|
![]() | GetValue | Return the value for the property in the event object specified when the instance was obtained.
Useful for fast access to event properties. Throws a PropertyAccessException if the getter instance
doesn't match the EventType it was obtained from, and to indicate other property access problems.
|