Package org.apache.camel.resume
Class ResumeStrategyConfiguration
- java.lang.Object
-
- org.apache.camel.resume.ResumeStrategyConfiguration
-
public class ResumeStrategyConfiguration extends Object
Basic configuration holder for resume strategies
-
-
Constructor Summary
Constructors Constructor Description ResumeStrategyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cacheable.FillPolicygetCacheFillPolicy()Gets theCacheable.FillPolicyfor the cache used in the strategyvoidsetCacheFillPolicy(Cacheable.FillPolicy cacheFillPolicy)Sets theCacheable.FillPolicyfor the cache used in the strategy
-
-
-
Method Detail
-
getCacheFillPolicy
public Cacheable.FillPolicy getCacheFillPolicy()
Gets theCacheable.FillPolicyfor the cache used in the strategy- Returns:
- the fill policy to use
-
setCacheFillPolicy
public void setCacheFillPolicy(Cacheable.FillPolicy cacheFillPolicy)
Sets theCacheable.FillPolicyfor the cache used in the strategy- Parameters:
cacheFillPolicy- the fill policy to use
-
-