| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private SourceInfo |
RecordMakers.source |
private SourceInfo |
RecordMakers.RecordsForCollection.source |
private SourceInfo |
Replicator.source |
private SourceInfo |
MongoDbTaskContext.source |
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
MongoDbTaskContext.source() |
| Constructor and Description |
|---|
RecordMakers(SourceInfo source,
TopicSelector<CollectionId> topicSelector,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> recorder,
boolean emitTombstonesOnDelete)
Create the record makers using the supplied components.
|
RecordsForCollection(CollectionId collectionId,
SourceInfo source,
String topicName,
SchemaNameAdjuster adjuster,
Function<org.bson.Document,String> valueTransformer,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> recorder,
boolean emitTombstonesOnDelete) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.