public interface DeserializerProxy<T> extends org.apache.kafka.common.serialization.Deserializer<T>, Proxy
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Close this serde.
|
default void |
configure(java.util.Map<java.lang.String,?> configs,
boolean isKey)
Configure this class.
|
deserialize, deserializeclose, getConfig, getConfigs, getStringConfigdefault void configure(java.util.Map<java.lang.String,?> configs,
boolean isKey)
configure in interface org.apache.kafka.common.serialization.Deserializer<T>configs - configs in key/value pairsisKey - whether is for key or valuedefault void close()
This method must be idempotent as it may be called multiple times.
Copyright © 2020–2022 Axual B.V.. All rights reserved.