Class DeliveryConvertorMapWStatement
java.lang.Object
com.espertech.esper.runtime.internal.subscriber.DeliveryConvertorMapWStatement
- All Implemented Interfaces:
DeliveryConvertor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
convertRow
(Object[] columns) Convert result row to dispatchable.
-
Constructor Details
-
DeliveryConvertorMapWStatement
-
-
Method Details
-
convertRow
Description copied from interface:DeliveryConvertor
Convert result row to dispatchable.- Specified by:
convertRow
in interfaceDeliveryConvertor
- Parameters:
columns
- to convert- Returns:
- converted row
-