net.esper.eql.view
Class OutputProcessViewPolicy.OutputProcessTransform
java.lang.Object
net.esper.eql.view.OutputProcessViewPolicy.OutputProcessTransform
- All Implemented Interfaces:
- TransformEventMethod
- Enclosing class:
- OutputProcessViewPolicy
public static class OutputProcessViewPolicy.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 |
OutputProcessViewPolicy.OutputProcessTransform
public OutputProcessViewPolicy.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