Ingest file reader callback interface

The ingest file reader callback interface (IngestFileReaderCallbackInterface) is used to process and ingest the records of a transmission. The methods for this interface are:
  • processRecord

The purpose of this interface is to be used as a parameter for the readRecords method that is defined in the ingest file reader interface.

Refer to the Javadoc information for additional information about this interface.