Class DeliveryConvertorObjectArr
java.lang.Object
com.espertech.esper.runtime.internal.subscriber.DeliveryConvertorObjectArr
- All Implemented Interfaces:
DeliveryConvertor
Implementation of a convertor for column results that renders the result as an object array itself.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
convertRow
(Object[] columns) Convert result row to dispatchable.
-
Field Details
-
INSTANCE
-
-
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
-