runBatch

open fun runBatch(items: List<I>, config: BackfillConfig<P>)

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