Uses of Class
org.springframework.kafka.core.DefaultKafkaProducerFactory.CloseSafeProducer
Packages that use DefaultKafkaProducerFactory.CloseSafeProducer
-
Uses of DefaultKafkaProducerFactory.CloseSafeProducer in org.springframework.kafka.core
Methods in org.springframework.kafka.core that return types with arguments of type DefaultKafkaProducerFactory.CloseSafeProducerModifier and TypeMethodDescriptionprotected BlockingQueue<DefaultKafkaProducerFactory.CloseSafeProducer<K,
V>> DefaultKafkaProducerFactory.getCache()
protected BlockingQueue<DefaultKafkaProducerFactory.CloseSafeProducer<K,
V>> Methods in org.springframework.kafka.core with parameters of type DefaultKafkaProducerFactory.CloseSafeProducerModifier 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.