| Package | Description |
|---|---|
| io.debezium.pipeline.source.spi | |
| io.debezium.relational |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SnapshotChangeEventSource
A change event source that emits events for taking a consistent snapshot of the captured tables, which may include
schema and data information.
|
interface |
StreamingChangeEventSource
A change event source that emits events from a DB log, such as MySQL's binlog or similar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistorizedRelationalSnapshotChangeEventSource
Base class for
SnapshotChangeEventSource for relational databases with a schema history. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.