Package org.apache.heron.bolts.kafka
Interface KafkaProducerFactory<K,V>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultKafkaProducerFactory
public interface KafkaProducerFactory<K,V> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.kafka.clients.producer.Producer<K,V>
create()
-