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.

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

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

    • customize

      void customize(org.springframework.kafka.core.DefaultKafkaConsumerFactory<?,?> consumerFactory)
      Customize the DefaultKafkaConsumerFactory.
      Parameters:
      consumerFactory - the consumer factory to customize