Interface DefaultKafkaConsumerFactoryCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface for customizing 
DefaultKafkaConsumerFactory beans.- Since:
- 2.3.0
- Author:
- Stephane Nicoll
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(org.springframework.kafka.core.DefaultKafkaConsumerFactory<?, ?> consumerFactory) Customize theDefaultKafkaConsumerFactory.
- 
Method Details- 
customizevoid customize(org.springframework.kafka.core.DefaultKafkaConsumerFactory<?, ?> consumerFactory) Customize theDefaultKafkaConsumerFactory.- Parameters:
- consumerFactory- the consumer factory to customize
 
 
-