Package org.apache.storm.kafka.bolt
Interface PreparableCallback
- All Superinterfaces:
- org.apache.kafka.clients.producer.Callback,- Serializable
public interface PreparableCallback
extends org.apache.kafka.clients.producer.Callback, Serializable
Serializable callback for use with the KafkaProducer on KafkaBolt.
- 
Method SummaryModifier and TypeMethodDescriptionvoidprepare(Map<String, Object> topoConf, TopologyContext context) Methods inherited from interface org.apache.kafka.clients.producer.CallbackonCompletion
- 
Method Details- 
prepare
 
-