com.espertech.esper.core.service
Interface DeliveryConvertor

All Known Implementing Classes:
DeliveryConvertorMap, DeliveryConvertorMapWStatement, DeliveryConvertorNull, DeliveryConvertorNullWStatement, DeliveryConvertorObjectArr, DeliveryConvertorObjectArrWStatement, DeliveryConvertorWidener, DeliveryConvertorWidenerWStatement

public interface DeliveryConvertor

Converts a row of column selection results into a result for dispatch to a method.


Method Summary
 java.lang.Object[] convertRow(java.lang.Object[] row)
          Convert result row to dispatchable.
 

Method Detail

convertRow

java.lang.Object[] convertRow(java.lang.Object[] row)
Convert result row to dispatchable.

Parameters:
row - to convert
Returns:
converted row

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