| Package | Description |
|---|---|
| io.quicksign.kafka.crypto.pairing.serdes |
| Modifier and Type | Method and Description |
|---|---|
<K,V> SerdesPair<K,V> |
SerdeFactory.buildSerdesPair(org.apache.kafka.common.serialization.Serde<K> keySerde,
org.apache.kafka.common.serialization.Serde<V> valueSerde)
Pair the keySerde with the valueSerde
|
<K,V> SerdesPair<K,V> |
CryptoSerdeFactory.buildSerdesPair(org.apache.kafka.common.serialization.Serde<K> keySerde,
org.apache.kafka.common.serialization.Serde<V> valueSerde)
Pair the keySerde with the valueSerde
|
Copyright © 2018. All rights reserved.