| Package | Description |
|---|---|
| io.debezium.embedded |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedEngine.Builder |
EmbeddedEngine.create()
Obtain a new
EmbeddedEngine.Builder instance that can be used to construct runnable EmbeddedEngine instances. |
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.notifying(Consumer<org.apache.kafka.connect.source.SourceRecord> consumer)
Call the specified function for every
data change event read from the source database. |
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.using(ClassLoader classLoader)
Use the specified class loader to find all necessary classes.
|
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.using(Clock clock)
Use the specified clock when needing to determine the current time.
|
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.using(Configuration config)
Use the specified configuration for the connector.
|
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.using(EmbeddedEngine.CompletionCallback completionCallback)
When the engine's
EmbeddedEngine.run() method completes, call the supplied function with the results. |
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.