public class OutputTupleConverterImpl extends Object implements Serializable, IOutputTupleConverter<org.thales.punch.libraries.punchlang.api.Tuple>
| Constructor and Description |
|---|
OutputTupleConverterImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
convert(org.thales.punch.libraries.storm.api.StreamDeclaration streamConfig,
org.thales.punch.libraries.punchlang.api.Tuple punchTuple)
Transformation between Punch Tuple from module to Object List
|
public List<Object> convert(org.thales.punch.libraries.storm.api.StreamDeclaration streamConfig, org.thales.punch.libraries.punchlang.api.Tuple punchTuple)
convert in interface IOutputTupleConverter<org.thales.punch.libraries.punchlang.api.Tuple>streamConfig - stream configuration of incoming tuplepunchTuple - the output module tuple which needs to be convertedCopyright © 2022. All rights reserved.