public class CallbackDeserializer<T> extends BaseDeserializerProxy<T,CallbackDeserializerConfig<T>>
| Modifier and Type | Field and Description |
|---|---|
protected MethodInterceptor<CallbackConfig> |
interceptor |
backingDeserializer| Constructor and Description |
|---|
CallbackDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.util.Map<java.lang.String,?> configs,
boolean isKey)
Configure this class.
|
T |
deserialize(java.lang.String topic,
org.apache.kafka.common.header.Headers headers,
byte[] data) |
close, configure, deserializeclose, getConfig, getConfigsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosegetConfig, getConfigs, getStringConfigprotected MethodInterceptor<CallbackConfig> interceptor
public void configure(java.util.Map<java.lang.String,?> configs,
boolean isKey)
DeserializerProxyconfigs - configs in key/value pairsisKey - whether is for key or valuepublic T deserialize(java.lang.String topic, org.apache.kafka.common.header.Headers headers, byte[] data)
Copyright © 2020–2022 Axual B.V.. All rights reserved.