| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDispatcher<T extends DataCollectionId>
Central dispatcher for data change and schema change events.
|
| Modifier and Type | Field and Description |
|---|---|
private DataCollectionId |
EventDispatcher.ChangeRecordReceiver.dataCollectionId |
| Constructor and Description |
|---|
ChangeRecordReceiver(DataCollectionId dataCollectionId,
ChangeEventCreator changeEventCreator,
DataCollectionSchema dataCollectionSchema) |
| Modifier and Type | Class and Description |
|---|---|
class |
TableId
Unique identifier for a database table.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataCollectionFilters.DataCollectionFilter<T extends DataCollectionId> |
| Modifier and Type | Method and Description |
|---|---|
DataCollectionSchema |
DatabaseSchema.getDataCollectionSchema(DataCollectionId id) |
String |
TopicSelector.topicNameFor(DataCollectionId id) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.