Class DeliveryConvertorZeroLengthParam
java.lang.Object
com.espertech.esper.runtime.internal.subscriber.DeliveryConvertorZeroLengthParam
- All Implemented Interfaces:
DeliveryConvertor
Implementation that does not convert columns.
-
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
-