@FunctionalInterface
public interface StreamsBuilderFactoryBeanCustomizer
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.Modifier and Type | Method and Description |
---|---|
void |
configure(StreamsBuilderFactoryBean factoryBean)
Configure the factory bean.
|
void configure(StreamsBuilderFactoryBean factoryBean)
factoryBean
- the factory bean.