@FrankDocGroup(name="Batch") public interface IRecordHandler extends IConfigurable
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getRecordType(List<String> record) |
String |
handleRecord(PipeLineSession session,
List<String> parsedRecord)
Perform an action on the array of fields.
|
boolean |
isNewRecordType(PipeLineSession session,
boolean equalRecordTypes,
List<String> prevRecord,
List<String> curRecord) |
void |
open() |
List<String> |
parse(PipeLineSession session,
String record)
Parse the line into an array of fields.
|
configure
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
void open() throws SenderException
SenderException
void close() throws SenderException
SenderException
List<String> parse(PipeLineSession session, String record) throws Exception
Exception
String handleRecord(PipeLineSession session, List<String> parsedRecord) throws Exception
Exception
boolean isNewRecordType(PipeLineSession session, boolean equalRecordTypes, List<String> prevRecord, List<String> curRecord) throws Exception
Exception
Copyright © 2023 Frank!Framework. All rights reserved.