public class DefaultKafkaConsumerFactoryProvider extends Object
| Constructor and Description |
|---|
DefaultKafkaConsumerFactoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> org.springframework.kafka.core.DefaultKafkaConsumerFactory<K,V> |
createDefaultKafkaConsumerFactory(Map<String,Object> configs,
List<org.springframework.kafka.core.ConsumerFactory.Listener<K,V>> withListeners,
List<org.springframework.kafka.core.ConsumerPostProcessor<K,V>> withPostProcessors) |
public static <K,V> org.springframework.kafka.core.DefaultKafkaConsumerFactory<K,V> createDefaultKafkaConsumerFactory(Map<String,Object> configs, List<org.springframework.kafka.core.ConsumerFactory.Listener<K,V>> withListeners, List<org.springframework.kafka.core.ConsumerPostProcessor<K,V>> withPostProcessors)
Copyright © 2022. All rights reserved.