| Package | Description |
|---|---|
| io.debezium.embedded |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConnectorTest.SourceRecords |
AbstractConnectorTest.consumeDmlRecordsByTopic(int numDmlRecords)
Try to consume and capture exactly the specified number of Dml records from the connector.
|
protected AbstractConnectorTest.SourceRecords |
AbstractConnectorTest.consumeRecordsByTopic(int numRecords)
Try to consume and capture exactly the specified number of records from the connector.
|
protected AbstractConnectorTest.SourceRecords |
AbstractConnectorTest.consumeRecordsByTopic(int numRecords,
boolean assertRecords)
Try to consume and capture exactly the specified number of records from the connector.
|
protected AbstractConnectorTest.SourceRecords |
AbstractConnectorTest.consumeRecordsByTopic(int numRecords,
int breakAfterNulls)
Try to consume and capture exactly the specified number of records from the connector.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.