Interface StreamsBuilderFactoryBeanCustomizer

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 StreamsBuilderFactoryBeanCustomizer
Callback interface for customizing StreamsBuilderFactoryBean beans.
Since:
2.3.2
Author:
EddĂș MelĂ©ndez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.kafka.config.StreamsBuilderFactoryBean factoryBean)
    Customize the StreamsBuilderFactoryBean.
  • Method Details

    • customize

      void customize(org.springframework.kafka.config.StreamsBuilderFactoryBean factoryBean)
      Customize the StreamsBuilderFactoryBean.
      Parameters:
      factoryBean - the factory bean to customize