Uses of Interface
org.apache.storm.kafka.bolt.PreparableCallback
-
Packages that use PreparableCallback Package Description org.apache.storm.kafka.bolt -
-
Uses of PreparableCallback in org.apache.storm.kafka.bolt
Methods in org.apache.storm.kafka.bolt with parameters of type PreparableCallback Modifier and Type Method Description KafkaBolt<K,V>
KafkaBolt. withProducerCallback(PreparableCallback producerCallback)
Sets a user defined callback for use with the KafkaProducer.
-