public class HeaderProducerSerializer<T> extends HeaderSerializer<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BACKING_KEY_SERIALIZER_CONFIG |
static java.lang.String |
BACKING_VALUE_SERIALIZER_CONFIG |
backingSerializer| Constructor and Description |
|---|
HeaderProducerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.util.Map<java.lang.String,?> configs,
boolean isKey)
Configure this class.
|
close, deriveFromLineageHeaders, serialize, serializeconfigureclose, getConfig, getConfigsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosegetConfig, getConfigs, getStringConfigpublic static final java.lang.String BACKING_KEY_SERIALIZER_CONFIG
public static final java.lang.String BACKING_VALUE_SERIALIZER_CONFIG
public void configure(java.util.Map<java.lang.String,?> configs,
boolean isKey)
SerializerProxyconfigure in interface SerializerProxy<T>configure in interface org.apache.kafka.common.serialization.Serializer<T>configure in class HeaderSerializer<T>configs - configs in key/value pairsisKey - whether is for key or valueCopyright © 2020–2022 Axual B.V.. All rights reserved.