 |
- java.lang.Object
-
- org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
configure(org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory<Object,Object> listenerFactory,
org.springframework.kafka.core.ConsumerFactory<Object,Object> consumerFactory)
Configure the specified Kafka listener container factory.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
configure
public void configure(org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory<Object,Object> listenerFactory,
org.springframework.kafka.core.ConsumerFactory<Object,Object> consumerFactory)
Configure the specified Kafka listener container factory. The factory can be
further tuned and default settings can be overridden.
- Parameters:
listenerFactory - the ConcurrentKafkaListenerContainerFactory instance
to configure
consumerFactory - the ConsumerFactory to use
|
|