Uses of Interface
org.springframework.kafka.config.KafkaStreamsInfrastructureCustomizer
-
Uses of KafkaStreamsInfrastructureCustomizer in org.springframework.kafka.config
Modifier and TypeClassDescriptionclass
CompositeKafkaStreamsInfrastructureCustomizer
customizesKafkaStreams
by delegating to a list of providedKafkaStreamsInfrastructureCustomizer
.Modifier and TypeMethodDescriptionvoid
CompositeKafkaStreamsInfrastructureCustomizer.addKafkaStreamsCustomizers
(KafkaStreamsInfrastructureCustomizer... customizers) Add customizers.void
StreamsBuilderFactoryBean.setInfrastructureCustomizer
(KafkaStreamsInfrastructureCustomizer infrastructureCustomizer) Set a customizer to configure the builder and/or topology before creating the stream.ModifierConstructorDescriptionConstruct an instance with the provided customizers.