public static interface DebeziumEngine.ChangeConsumer<R>
| Modifier and Type | Method and Description |
|---|---|
void |
handleBatch(List<R> records,
DebeziumEngine.RecordCommitter<R> committer)
Handles a batch of records, calling the
DebeziumEngine.RecordCommitter.markProcessed(Object)
for each record and DebeziumEngine.RecordCommitter.markBatchFinished() when this batch is finished. |
void handleBatch(List<R> records, DebeziumEngine.RecordCommitter<R> committer) throws InterruptedException
DebeziumEngine.RecordCommitter.markProcessed(Object)
for each record and DebeziumEngine.RecordCommitter.markBatchFinished() when this batch is finished.records - the records to be processedcommitter - the committer that indicates to the system that we are finishedInterruptedExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.