| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedEngine.CompletionResult
A callback function to be notified when the connector completes.
|
| Modifier and Type | Field and Description |
|---|---|
private EmbeddedEngine.CompletionCallback |
EmbeddedEngine.completionCallback |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.using(EmbeddedEngine.CompletionCallback completionCallback)
When the engine's
EmbeddedEngine.run() method completes, call the supplied function with the results. |
| Constructor and Description |
|---|
EmbeddedEngine(Configuration config,
ClassLoader classLoader,
Clock clock,
Consumer<org.apache.kafka.connect.source.SourceRecord> consumer,
EmbeddedEngine.CompletionCallback completionCallback) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.