| Package | Description |
|---|---|
| io.debezium.engine | |
| io.debezium.engine.spi | |
| io.debezium.spi.converter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeEventFormat<T>
The logical description of the output format used by the given instance of
DebeziumEngine. |
interface |
DebeziumEngine<R>
A mechanism for running a single Kafka Connect
SourceConnector within an application's process. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OffsetCommitPolicy
The policy that defines when the offsets should be committed to offset storage.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConvertedField
An the base interface for a converted field that provides naming characteristics.
|
interface |
CustomConverter<S,F extends ConvertedField>
An interface that allows the user to customize how a value will be converted for a given field.
|
interface |
RelationalColumn
A definition of a converted relational column.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.