Uses of Interface
org.apache.pulsar.common.schema.KeyValue.KeyValueDecoder
-
Packages that use KeyValue.KeyValueDecoder Package Description org.apache.pulsar.common.schema This package contains data structures for schema definitions used in the Pulsar Client API. -
-
Uses of KeyValue.KeyValueDecoder in org.apache.pulsar.common.schema
Methods in org.apache.pulsar.common.schema with parameters of type KeyValue.KeyValueDecoder Modifier and Type Method Description static <K,V>
KeyValue<K,V>KeyValue. decode(byte[] data, KeyValue.KeyValueDecoder<K,V> decoder)
Decode the value into a key/value pair.
-