Uses of Class
org.springframework.kafka.config.StreamsBuilderFactoryBean
Package
Description
Package for kafka annotations
Package for kafka configuration
Package for classes related to Kafka Streams.
-
Uses of StreamsBuilderFactoryBean in org.springframework.kafka.annotation
Modifier and TypeMethodDescriptionKafkaStreamsDefaultConfiguration.defaultKafkaStreamsBuilder
(ObjectProvider<KafkaStreamsConfiguration> streamsConfigProvider, ObjectProvider<StreamsBuilderFactoryBeanConfigurer> configurerProvider) Bean for the defaultStreamsBuilderFactoryBean
. -
Uses of StreamsBuilderFactoryBean in org.springframework.kafka.config
Modifier and TypeMethodDescriptionvoid
StreamsBuilderFactoryBeanConfigurer.configure
(StreamsBuilderFactoryBean factoryBean) Configure the factory bean. -
Uses of StreamsBuilderFactoryBean in org.springframework.kafka.streams
ModifierConstructorDescriptionKafkaStreamsInteractiveQueryService
(StreamsBuilderFactoryBean streamsBuilderFactoryBean) Construct an instance for querying state stores from the KafkaStreams in theStreamsBuilderFactoryBean
.