public interface TupleToKafkaMapper<K,V> extends Serializable
Interface defining a mapping from storm tuple to kafka key and message.
| Modifier and Type | Method and Description | 
|---|---|
K | 
getKeyFromTuple(Tuple tuple)  | 
V | 
getMessageFromTuple(Tuple tuple)  | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.