Package org.ikasan.flow.configuration
Class FlowPersistentConfiguration
- java.lang.Object
-
- org.ikasan.flow.configuration.FlowPersistentConfiguration
-
public class FlowPersistentConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FlowPersistentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetInvokeContextListeners()java.lang.BooleangetIsRecording()java.lang.IntegergetRecordedEventTimeToLive()voidsetInvokeContextListeners(java.lang.Boolean invokeContextListeners)voidsetIsRecording(java.lang.Boolean isRecording)voidsetRecordedEventTimeToLive(java.lang.Integer timeToLive)
-
-
-
Method Detail
-
setIsRecording
public void setIsRecording(java.lang.Boolean isRecording)
- Parameters:
isRecording-
-
getIsRecording
public java.lang.Boolean getIsRecording()
- Returns:
-
setRecordedEventTimeToLive
public void setRecordedEventTimeToLive(java.lang.Integer timeToLive)
- Parameters:
timeToLive-
-
getRecordedEventTimeToLive
public java.lang.Integer getRecordedEventTimeToLive()
- Returns:
-
getInvokeContextListeners
public java.lang.Boolean getInvokeContextListeners()
- Returns:
-
setInvokeContextListeners
public void setInvokeContextListeners(java.lang.Boolean invokeContextListeners)
- Parameters:
invokeContextListeners-
-
-