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.
Callback interface for customizing
StreamsBuilderFactoryBean
beans.- Since:
- 2.3.2
- Author:
- EddĂș MelĂ©ndez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.kafka.config.StreamsBuilderFactoryBean factoryBean) Customize theStreamsBuilderFactoryBean
.
-
Method Details
-
customize
void customize(org.springframework.kafka.config.StreamsBuilderFactoryBean factoryBean) Customize theStreamsBuilderFactoryBean
.- Parameters:
factoryBean
- the factory bean to customize
-