Class ResumeStrategyConfiguration


  • public abstract class ResumeStrategyConfiguration
    extends Object
    Basic configuration holder for resume strategies
    • Constructor Detail

      • ResumeStrategyConfiguration

        public ResumeStrategyConfiguration()
    • Method Detail

      • setCacheFillPolicy

        public void setCacheFillPolicy​(Cacheable.FillPolicy cacheFillPolicy)
        Sets the Cacheable.FillPolicy for the cache used in the strategy
        Parameters:
        cacheFillPolicy - the fill policy to use
      • resumeStrategyService

        public abstract String resumeStrategyService()
        Allows the implementation to provide custom strategy service factories. It binds to service name provided in the JdkService strategy .This allows the strategy to be resolved automatically in runtime while also allowing fallback to manually constructed strategies when necessary
        Returns:
      • getResumeCache

        public ResumeCache<?> getResumeCache()
      • setResumeCache

        public void setResumeCache​(ResumeCache<?> resumeCache)