com.espertech.esper.event
Interface EventBeanReader

All Known Implementing Classes:
BeanEventBeanReader, EventBeanReaderDefaultImpl, MapEventBeanReader

public interface EventBeanReader

Interface for reading all event properties of an event.


Method Summary
 java.lang.Object[] read(EventBean theEvent)
          Returns all event properties in the exact order they appear as properties.
 

Method Detail

read

java.lang.Object[] read(EventBean theEvent)
Returns all event properties in the exact order they appear as properties.

Parameters:
theEvent - to read
Returns:
property values

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com