com.espertech.esper.core
Class DeliveryConvertorObjectArr
java.lang.Object
com.espertech.esper.core.DeliveryConvertorObjectArr
- All Implemented Interfaces:
- DeliveryConvertor
public class DeliveryConvertorObjectArr
- extends Object
- implements DeliveryConvertor
Implementation of a convertor for column results that renders the result as an object array itself.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryConvertorObjectArr
public DeliveryConvertorObjectArr()
convertRow
public Object[] convertRow(Object[] columns)
- Description copied from interface:
DeliveryConvertor
- Convert result row to dispatchable.
- Specified by:
convertRow
in interface DeliveryConvertor
- Parameters:
columns
- to convert
- Returns:
- converted row