K - the key type.V - the value type.public interface ProducerFactory<K,V>
Producer instance(s).| Modifier and Type | Method and Description |
|---|---|
default ConfirmationMode |
confirmationMode()
What sort of producers to generate.
|
org.apache.kafka.clients.producer.Producer<K,V> |
createProducer() |
void |
shutDown() |
default ConfirmationMode confirmationMode()
void shutDown()
Copyright © 2010–2018. All rights reserved.