net.esper.eql.view
Class OutputProcessView.OutputProcessTransform
java.lang.Object
net.esper.eql.view.OutputProcessView.OutputProcessTransform
- All Implemented Interfaces:
- TransformEventMethod
- Enclosing class:
- OutputProcessView
public static class OutputProcessView.OutputProcessTransform
- extends Object
- implements TransformEventMethod
Method to transform an event based on the select expression.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputProcessView.OutputProcessTransform
public OutputProcessView.OutputProcessTransform(ResultSetProcessor resultSetProcessor)
- Ctor.
- Parameters:
resultSetProcessor
- is applying the select expressions to the events for the transformation
transform
public EventBean transform(EventBean event)
- Description copied from interface:
TransformEventMethod
- Transform event returning the transformed event.
- Specified by:
transform
in interface TransformEventMethod
- Parameters:
event
- to transform
- Returns:
- transformed event