| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.dispatchDataChangeEvent(T dataCollectionId,
ChangeRecordEmitter changeRecordEmitter)
Dispatches one or more
DataChangeEvents. |
void |
EventDispatcher.dispatchSnapshotEvent(T dataCollectionId,
ChangeRecordEmitter changeRecordEmitter,
EventDispatcher.SnapshotReceiver receiver) |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationalChangeRecordEmitter
Base class for
ChangeRecordEmitter implementations based on a relational database. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ChangeRecordEmitter |
HistorizedRelationalSnapshotChangeEventSource.getChangeRecordEmitter(HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext,
Object[] row)
Returns a
ChangeRecordEmitter producing the change records for the given table row. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.