| Modifier and Type | Method and Description |
|---|---|
static <K,V> KafkaRecordCoder<K,V> |
KafkaRecordCoder.of(Coder<K> keyCoder,
Coder<V> valueCoder) |
static KafkaRecordCoder<?,?> |
KafkaRecordCoder.of(List<Coder<?>> components) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.