| Package | Description |
|---|---|
| io.debezium.embedded |
| Modifier and Type | Field and Description |
|---|---|
private EmbeddedEngine.ConnectorCallback |
EmbeddedEngine.connectorCallback |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.using(EmbeddedEngine.ConnectorCallback connectorCallback)
During the engine's
EmbeddedEngine.run() method, call the supplied the supplied function at different
stages according to the completion state of each component running within the engine (connectors, tasks etc) |
| Constructor and Description |
|---|
EmbeddedEngine(Configuration config,
ClassLoader classLoader,
Clock clock,
Consumer<org.apache.kafka.connect.source.SourceRecord> consumer,
EmbeddedEngine.CompletionCallback completionCallback,
EmbeddedEngine.ConnectorCallback connectorCallback) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.