doExport(ExecutionContext, ClearingEvent) method

Is called from within export() and has to implement the actual export mechanism.

Syntax

abstract List< Long > doExport ( ExecutionContext ctx , ClearingEvent event ) throws Exception

Parameters

Exceptions

Usage

The reference implementation uses the item reader to read records from the database, uses the item processor to do some basic checks and uses the item writer to export the processed records.