Package org.apache.kafka.connect.header
Interface Headers.HeaderTransform
-
- Enclosing interface:
- Headers
public static interface Headers.HeaderTransform
A function to transform the suppliedHeader
. Implementations will likely need to useHeader.with(Schema, Object)
to create the new instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Header
apply(Header header)
-