Interface DefaultKafkaProducerFactoryCustomizer
- 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 
DefaultKafkaProducerFactory beans.- Since:
 - 2.3.0
 - Author:
 - Stephane Nicoll
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.kafka.core.DefaultKafkaProducerFactory<?, ?> producerFactory) Customize theDefaultKafkaProducerFactory. 
- 
Method Details
- 
customize
void customize(org.springframework.kafka.core.DefaultKafkaProducerFactory<?, ?> producerFactory) Customize theDefaultKafkaProducerFactory.- Parameters:
 producerFactory- the producer factory to customize
 
 -