public class BytesDeserializer extends Object implements Deserializer<org.apache.kafka.common.utils.Bytes>
| Constructor and Description |
|---|
BytesDeserializer() |
public void configure(Map<String,?> configs, boolean isKey)
Deserializerconfigure in interface Deserializer<org.apache.kafka.common.utils.Bytes>configs - configs in key/value pairsisKey - whether is for key or valuepublic org.apache.kafka.common.utils.Bytes deserialize(String topic, byte[] data)
Deserializerdeserialize in interface Deserializer<org.apache.kafka.common.utils.Bytes>topic - topic associated with the datadata - serialized bytes; may be null; implementations are recommended to handle null by returning a value or null rather than throwing an exception.public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface Deserializer<org.apache.kafka.common.utils.Bytes>