Interface ClientFactoryCustomizer


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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void configure​(org.springframework.kafka.core.ConsumerFactory<?,​?> cf)  
      default void configure​(org.springframework.kafka.core.ProducerFactory<?,​?> pf)  
    • Method Detail

      • configure

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

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