| 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. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.