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