| Package | Description |
|---|---|
| io.debezium.engine |
| Modifier and Type | Method and Description |
|---|---|
void |
DebeziumEngine.ChangeConsumer.handleBatch(List<R> records,
DebeziumEngine.RecordCommitter<R> committer)
Handles a batch of records, calling the
RecordCommitter#markProcessed(SourceRecord)
for each record and markBatchFinished() when this batch is finished. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.