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 Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.kafka.core.DefaultKafkaConsumerFactory<?, ?> consumerFactory) Customize theDefaultKafkaConsumerFactory
.
-
Method Details
-
customize
void customize(org.springframework.kafka.core.DefaultKafkaConsumerFactory<?, ?> consumerFactory) Customize theDefaultKafkaConsumerFactory
.- Parameters:
consumerFactory
- the consumer factory to customize
-