Class CompactionProperties
java.lang.Object
de.otto.synapse.configuration.aws.CompactionProperties
@ConfigurationProperties(prefix="synapse.compaction")
public class CompactionProperties
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CompactionProperties() -
Method Summary
Modifier and Type Method Description booleanisEnabled()voidsetEnabled(boolean enabled)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompactionProperties
public CompactionProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-