Interface ResumeStrategyConfigurationBuilder<T extends ResumeStrategyConfigurationBuilder,​Y extends ResumeStrategyConfiguration>

    • Method Detail

      • withCacheFillPolicy

        T withCacheFillPolicy​(Cacheable.FillPolicy cacheFillPolicy)
        Sets the Cacheable.FillPolicy for the cache used in the strategy
        Parameters:
        cacheFillPolicy - the fill policy to use
        Returns:
        this instance
      • withResumeCache

        T withResumeCache​(ResumeCache<?> resumeCache)
        Sets the local resume cache instance to use in the strategy
        Parameters:
        resumeCache - the local resume cache instance to use in the strategy
        Returns:
        this instance
      • build

        Y build()
        Builds the resume strategy configuration
        Returns:
        a new instance of the resume strategy configuration