JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package org.apache.kafka.connect.header
Interface Summary
Interface
Description
Header
A
Header
is a key-value pair, and multiple headers can be included with the key, value, and timestamp in each Kafka message.
Headers
A mutable ordered collection of
Header
objects.
Headers.HeaderTransform
A function to transform the supplied
Header
.
Class Summary
Class
Description
ConnectHeaders
A basic
Headers
implementation.