public interface KafkaSpoutTuplesBuilder<K,V> extends Serializable
KafkaSpoutTuplesBuilder
wraps all the logic that builds tuples from ConsumerRecord
s. The logic is provided by the user by implementing the appropriate number of KafkaSpoutTupleBuilder
instances
Modifier and Type | Method and Description |
---|---|
List<Object> |
buildTuple(org.apache.kafka.clients.consumer.ConsumerRecord<K,V> consumerRecord) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.