| ChangeEvent<K,V> |
A data change event with key and value.
|
| DebeziumEngine<R> |
A mechanism for running a single Kafka Connect SourceConnector within an application's process.
|
| DebeziumEngine.Builder<R> |
|
| DebeziumEngine.BuilderFactory |
Internal contract between the API and implementation, for bootstrapping the latter.
|
| DebeziumEngine.ChangeConsumer<R> |
A contract invoked by the embedded engine when it has received a batch of change records to be processed.
|
| DebeziumEngine.CompletionCallback |
A callback function to be notified when the connector completes.
|
| DebeziumEngine.ConnectorCallback |
Callback function which informs users about the various stages a connector goes through during startup
|
| DebeziumEngine.Offsets |
|
| DebeziumEngine.RecordCommitter<R> |
Contract passed to DebeziumEngine.ChangeConsumers, allowing them to commit single records as they have been processed
and to signal that offsets may be flushed eventually.
|
| RecordChangeEvent<V> |
A data change event described as a single object.
|