Uses of Class
org.springframework.kafka.core.DefaultKafkaProducerFactory.CloseSafeProducer
-
Uses of DefaultKafkaProducerFactory.CloseSafeProducer in org.springframework.kafka.core
Modifier and TypeMethodDescriptionprotected BlockingQueue<DefaultKafkaProducerFactory.CloseSafeProducer<K,
V>> DefaultKafkaProducerFactory.getCache()
protected BlockingQueue<DefaultKafkaProducerFactory.CloseSafeProducer<K,
V>> Modifier and TypeMethodDescriptionprotected final boolean
DefaultKafkaProducerFactory.removeProducer
(DefaultKafkaProducerFactory.CloseSafeProducer<K, V> producerToRemove, Duration timeout) Remove the single shared producer and a thread-bound instance if present.