JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Tree
Index
Search
Help
org.apache.kafka.connect.header
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Classes and Interfaces
Package org.apache.kafka.connect.header
package
org.apache.kafka.connect.header
Provides an API for application-defined metadata attached to Connect records.
All Classes and Interfaces
Interfaces
Classes
Class
Description
ConnectHeaders
A basic
Headers
implementation.
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
.