| Package | Description |
|---|---|
| io.debezium.engine |
| Class and Description |
|---|
| ChangeEvent
A data change event with key and value.
|
| DebeziumEngine
A mechanism for running a single Kafka Connect
SourceConnector within an application's process. |
| DebeziumEngine.Builder
A builder to set up and create
DebeziumEngine instances. |
| DebeziumEngine.ChangeConsumer
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
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
A data change event described as a single object.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.