JavaScript is disabled on your browser.
Skip navigation links
Debezium API 2.1.0.Alpha1
Overview
Package
Class
Use
Tree
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.debezium.engine
Interface ChangeEvent<K,
V>
Type Parameters:
K
-
V
-
@Incubating
public interface
ChangeEvent<K,
V>
A data change event with key and value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
destination
()
K
key
()
V
value
()
Method Details
key
K
key
()
value
V
value
()
destination
String
destination
()
Returns:
A name of the logical destination for which the event is intended