| Package | Description |
|---|---|
| io.debezium.config | |
| io.debezium.connector | |
| io.debezium.connector.common |
| Modifier and Type | Field and Description |
|---|---|
private SourceInfoStructMaker<? extends AbstractSourceInfo> |
CommonConnectorConfig.sourceInfoStructMaker |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractSourceInfo> |
CommonConnectorConfig.getSourceInfoStructMaker() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSourceInfoStructMaker<T extends AbstractSourceInfo>
Common information provided by all connectors in either source field or offsets.
|
class |
LegacyV1AbstractSourceInfoStructMaker<T extends AbstractSourceInfo>
Legacy source info that does not enforce presence of the version and connector fields
|
interface |
SourceInfoStructMaker<T extends AbstractSourceInfo>
Converts the connector SourceInfo into publicly visible source field of the message.
|
| Modifier and Type | Method and Description |
|---|---|
protected SourceInfoStructMaker<AbstractSourceInfo> |
AbstractSourceInfo.structMaker() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSourceInfo |
Copyright © 2021 JBoss by Red Hat. All rights reserved.