Package org.springframework.kafka.core
Class CleanupConfig
- java.lang.Object
-
- org.springframework.kafka.core.CleanupConfig
-
public class CleanupConfig extends java.lang.Object
Specifies time ofKafkaStreams.cleanUp()
execution.- Author:
- Pawel Szymczyk
-
-
Constructor Summary
Constructors Constructor Description CleanupConfig()
CleanupConfig(boolean onStart, boolean onStop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cleanupOnStart()
boolean
cleanupOnStop()
-