runBatch

open fun runBatch(records: List<R>, config: BackfillConfig<P>)

Called for each batch of records. Override in a backfill to process all records in a batch.