com.espertech.esper.core
Class DeliveryConvertorNull
java.lang.Object
com.espertech.esper.core.DeliveryConvertorNull
- All Implemented Interfaces:
- DeliveryConvertor
public class DeliveryConvertorNull
- extends Object
- implements DeliveryConvertor
Implementation that does not convert columns.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryConvertorNull
public DeliveryConvertorNull()
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