Package org.springframework.kafka.config
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.
Deprecated.
A customizer for the
StreamsBuilderFactoryBean
that is implicitly created by
EnableKafkaStreams
. If exactly one
implementation of this interface is found in the application context (or one is marked
as Primary
, it will be invoked after the
factory bean has been created and before it is started.- Since:
- 2.3
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(StreamsBuilderFactoryBean factoryBean) Deprecated.Configure the factory bean.
-
Method Details
-
configure
Deprecated.Configure the factory bean.- Parameters:
factoryBean
- the factory bean.
-
StreamsBuilderFactoryBeanConfigurer
due to a name clash with a similar class in Spring Boot.