processRecords

abstract suspend fun processRecords(records: List<Log.Record<M>>)

Called once per poll, whether or not it found anything: an empty poll arrives as an empty list.