Uses of Class
org.springframework.kafka.config.KafkaStreamsConfiguration
Packages that use KafkaStreamsConfiguration
Package
Description
Package for kafka annotations
Package for kafka configuration
-
Uses of KafkaStreamsConfiguration in org.springframework.kafka.annotation
Method parameters in org.springframework.kafka.annotation with type arguments of type KafkaStreamsConfigurationModifier and TypeMethodDescriptionKafkaStreamsDefaultConfiguration.defaultKafkaStreamsBuilder
(ObjectProvider<KafkaStreamsConfiguration> streamsConfigProvider, ObjectProvider<StreamsBuilderFactoryBeanConfigurer> configurerProvider) Bean for the defaultStreamsBuilderFactoryBean
. -
Uses of KafkaStreamsConfiguration in org.springframework.kafka.config
Constructors in org.springframework.kafka.config with parameters of type KafkaStreamsConfigurationModifierConstructorDescriptionStreamsBuilderFactoryBean
(KafkaStreamsConfiguration streamsConfig) Construct an instance with the supplied streams configuration.StreamsBuilderFactoryBean
(KafkaStreamsConfiguration streamsConfig, CleanupConfig cleanupConfig) Construct an instance with the supplied streams configuration and clean up configuration.