接口的使用
org.apache.pulsar.common.schema.KeyValue.KeyValueDecoder
使用KeyValue.KeyValueDecoder的程序包
程序包
说明
This package contains data structures for schema definitions used in the Pulsar Client API.
-
org.apache.pulsar.common.schema中KeyValue.KeyValueDecoder的使用
修饰符和类型方法说明static <K,
V> KeyValue<K, V> KeyValue.decode
(byte[] data, KeyValue.KeyValueDecoder<K, V> decoder) Decode the value into a key/value pair.