Class DeliveryConvertorMap
java.lang.Object
com.espertech.esper.runtime.internal.subscriber.DeliveryConvertorMap
- All Implemented Interfaces:
DeliveryConvertor
Converts column results into a Map of key-value pairs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
convertRow
(Object[] columns) Convert result row to dispatchable.
-
Constructor Details
-
DeliveryConvertorMap
Ctor.- Parameters:
columnNames
- the names for columns
-
-
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
-