| 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,
EmbeddedEngine.ChangeConsumer handler,
EmbeddedEngine.CompletionCallback completionCallback,
EmbeddedEngine.ConnectorCallback connectorCallback,
OffsetCommitPolicy offsetCommitPolicy) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.