public class EmbeddedEngineChangeEvent<K,V> extends Object implements io.debezium.engine.ChangeEvent<K,V>, io.debezium.engine.RecordChangeEvent<V>
DebeziumChangeFetcher.| Constructor and Description |
|---|
EmbeddedEngineChangeEvent(K key,
V value,
org.apache.kafka.connect.source.SourceRecord sourceRecord) |
| Modifier and Type | Method and Description |
|---|---|
String |
destination() |
K |
key() |
V |
record() |
org.apache.kafka.connect.source.SourceRecord |
sourceRecord() |
String |
toString() |
V |
value() |
public String destination()
public org.apache.kafka.connect.source.SourceRecord sourceRecord()
Copyright © 2022 The Apache Software Foundation. All rights reserved.