Uses of Class
org.springframework.kafka.config.KafkaStreamsConfiguration
Package
Description
Package for kafka annotations
Package for kafka configuration
-
Uses of KafkaStreamsConfiguration in org.springframework.kafka.annotation
Modifier and TypeMethodDescriptionKafkaStreamsDefaultConfiguration.defaultKafkaStreamsBuilder
(ObjectProvider<KafkaStreamsConfiguration> streamsConfigProvider, ObjectProvider<StreamsBuilderFactoryBeanConfigurer> configurerProvider) Bean for the defaultStreamsBuilderFactoryBean
. -
Uses of KafkaStreamsConfiguration in org.springframework.kafka.config
ModifierConstructorDescriptionStreamsBuilderFactoryBean
(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.