Interface ClientFactoryCustomizer


public interface ClientFactoryCustomizer
Called by the binder to customize the factories.
Since:
3.0.6
Author:
Gary Russell
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    configure(org.springframework.kafka.core.ConsumerFactory<?,?> cf)
     
    default void
    configure(org.springframework.kafka.core.ProducerFactory<?,?> pf)
     
  • Method Details

    • configure

      default void configure(org.springframework.kafka.core.ProducerFactory<?,?> pf)
    • configure

      default void configure(org.springframework.kafka.core.ConsumerFactory<?,?> cf)