JavaScript is disabled on your browser.
Skip navigation links
Debezium API 2.6.0.Final
Overview
Package
Class
Use
Tree
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.debezium.engine
Interface Header<T>
public interface
Header<T>
Represents a header that contains a key and a value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
Key of a header.
T
getValue
()
Value of a header.
Method Details
getKey
String
getKey
()
Key of a header.
getValue
T
getValue
()
Value of a header.