| Interface | Description |
|---|---|
| EmbeddedEngine.Builder |
A builder to set up and create
EmbeddedEngine instances. |
| EmbeddedEngine.ChangeConsumer |
A contract invoked by the embedded engine when it has received a batch of change records to be processed.
|
| EmbeddedEngine.CompletionCallback |
A callback function to be notified when the connector completes.
|
| EmbeddedEngine.ConnectorCallback |
Callback function which informs users about the various stages a connector goes through during startup
|
| EmbeddedEngine.RecordCommitter |
Contract passed to
EmbeddedEngine.ChangeConsumers, allowing them to commit single records as they have been processed
and to signal that offsets may be flushed eventually. |
| Class | Description |
|---|---|
| EmbeddedEngine |
A mechanism for running a single Kafka Connect
SourceConnector within an application's process. |
| EmbeddedEngine.CompletionResult |
A callback function to be notified when the connector completes.
|
| EmbeddedEngine.EmbeddedConfig |
| Exception | Description |
|---|---|
| StopConnectorException |
An exception that is used to tell the connector to process the last source record and to then stop.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.