Uses of Class
org.springframework.kafka.core.CleanupConfig
Packages that use CleanupConfig
-
Uses of CleanupConfig in org.springframework.kafka.config
Methods in org.springframework.kafka.config with parameters of type CleanupConfigModifier and TypeMethodDescriptionvoid
StreamsBuilderFactoryBean.setCleanupConfig
(CleanupConfig cleanupConfig) Constructors in org.springframework.kafka.config with parameters of type CleanupConfigModifierConstructorDescriptionStreamsBuilderFactoryBean
(KafkaStreamsConfiguration streamsConfig, CleanupConfig cleanupConfig) Construct an instance with the supplied streams configuration and clean up configuration.