| Package | Description |
|---|---|
| io.debezium.pipeline.source | |
| io.debezium.pipeline.source.spi | |
| io.debezium.relational |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSnapshotChangeEventSource
An abstract implementation of
SnapshotChangeEventSource that all implementations should extend
to inherit common functionality. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotChangeEventSource |
ChangeEventSourceFactory.getSnapshotChangeEventSource(OffsetContext offsetContext,
SnapshotProgressListener snapshotProgressListener)
Returns a snapshot change event source that may emit change events for schema and/or data changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationalSnapshotChangeEventSource
Base class for
SnapshotChangeEventSource for relational databases with or without a schema history. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.