Debezium Embedded 1.3.1.Final
-
- All Implemented Interfaces:
- io.debezium.engine.ChangeEvent<K,V>, io.debezium.engine.RecordChangeEvent<V>
class EmbeddedEngineChangeEvent<K,V>
extends Object
implements io.debezium.engine.ChangeEvent<K,V>, io.debezium.engine.RecordChangeEvent<V>
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private K |
key |
private org.apache.kafka.connect.source.SourceRecord |
sourceRecord |
private V |
value |
-
Constructor Summary
Constructors
| Constructor and Description |
EmbeddedEngineChangeEvent(K key,
V value,
org.apache.kafka.connect.source.SourceRecord sourceRecord) |
-
-
Field Detail
-
value
private final V value
-
Method Detail
-
key
public K key()
- Specified by:
key in interface io.debezium.engine.ChangeEvent<K,V>
-
value
public V value()
- Specified by:
value in interface io.debezium.engine.ChangeEvent<K,V>
-
record
public V record()
- Specified by:
record in interface io.debezium.engine.RecordChangeEvent<V>
Debezium Embedded 1.3.1.Final
Copyright © 2020 JBoss by Red Hat. All rights reserved.