Uses of Interface
org.springframework.batch.retry.policy.RetryContextCache

Packages that use RetryContextCache
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
org.springframework.batch.retry.support Infrastructure implementations of retry support concerns. 
 

Uses of RetryContextCache in org.springframework.batch.retry.policy
 

Classes in org.springframework.batch.retry.policy that implement RetryContextCache
 class MapRetryContextCache
          Map-based implementation of RetryContextCache.
 class SoftReferenceMapRetryContextCache
          Map-based implementation of RetryContextCache.
 

Uses of RetryContextCache in org.springframework.batch.retry.support
 

Methods in org.springframework.batch.retry.support with parameters of type RetryContextCache
 void RetryTemplate.setRetryContextCache(RetryContextCache retryContextCache)
          Public setter for the RetryContextCache.
 



Copyright © 2013. All Rights Reserved.