public class DefaultKafkaProducerFactoryProvider extends Object
| Constructor and Description |
|---|
DefaultKafkaProducerFactoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> org.springframework.kafka.core.DefaultKafkaProducerFactory<K,V> |
create(Map<String,Object> configs,
List<org.springframework.kafka.core.ProducerFactory.Listener<K,V>> withListeners,
List<org.springframework.kafka.core.ProducerPostProcessor<K,V>> withPostProcessors) |
Copyright © 2022. All rights reserved.