Package org.springframework.kafka.core
Class CleanupConfig
- java.lang.Object
 - 
- org.springframework.kafka.core.CleanupConfig
 
 
- 
public class CleanupConfig extends java.lang.ObjectSpecifies 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 booleancleanupOnStart()booleancleanupOnStop() 
 -