public interface TupleToKafkaMapper<K,V> extends Serializable
as the really verbose name suggests this interface mapps a storm tuple to kafka key and message.
Modifier and Type | Method and Description |
---|---|
K |
getKeyFromTuple(Tuple tuple) |
V |
getMessageFromTuple(Tuple tuple) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.