| Interface | Description |
|---|---|
| ChangeEventFormat<T> |
The logical description of the output format used by the given instance of
DebeziumEngine. |
| 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.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. |
| 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.