Package org.apache.pulsar.common.schema
Interface KeyValue.KeyValueDecoder<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyValue<K,V>
decode(byte[] keyData, byte[] valueData)
Decode key and value bytes into aKeyValue
pair.
-