Package | Description |
---|---|
org.apache.pulsar.common.schema |
This package contains data structures for schema definitions used in the Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> KeyValue<K,V> |
KeyValue.decode(byte[] data,
KeyValue.KeyValueDecoder<K,V> decoder)
Decode the value into a key/value pair.
|
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.