| Interface | Description |
|---|---|
| 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> |
A builder to set up and create
DebeziumEngine instances. |
| 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.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.
|
| Exception | Description |
|---|---|
| StopEngineException |
An exception that is used to tell the engine to process the last source record and to then stop.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.