JavaScript is disabled on your browser.
Skip navigation links
Debezium API 2.6.0.Beta1
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
-
public interface
ChangeEvent<K,
V>
A data change event with key, value, and headers.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
String
destination
()
default <H>
List
<
Header
<H>>
headers
()
K
key
()
Integer
partition
()
V
value
()
Method Details
key
K
key
()
value
V
value
()
headers
default
<H>
List
<
Header
<H>>
headers
()
destination
String
destination
()
Returns:
A name of the logical destination for which the event is intended
partition
Integer
partition
()
Returns:
The partition number for the event. Can be null.