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.

@FunctionalInterface public interface DefaultKafkaProducerFactoryCustomizer
Callback interface for customizing DefaultKafkaProducerFactory beans.
Since:
2.3.0
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.kafka.core.DefaultKafkaProducerFactory<?,?> producerFactory)
    Customize the DefaultKafkaProducerFactory.
  • Method Details

    • customize

      void customize(org.springframework.kafka.core.DefaultKafkaProducerFactory<?,?> producerFactory)
      Customize the DefaultKafkaProducerFactory.
      Parameters:
      producerFactory - the producer factory to customize