Package org.springframework.batch.repeat.support

Infrastructure implementations of repeat support concerns.

See:
          Description

Interface Summary
RepeatInternalState Internal interface for extensions of RepeatTemplate.
 

Class Summary
RepeatInternalStateSupport  
RepeatSynchronizationManager Global variable support for repeat clients.
RepeatTemplate Simple implementation and base class for batch templates implementing RepeatOperations.
ResultHolderResultQueue An implementation of the ResultQueue that throttles the number of expected results, limiting it to a maximum at any given time.
TaskExecutorRepeatTemplate Provides RepeatOperations support including interceptors that can be used to modify or monitor the behaviour at run time.
ThrottleLimitResultQueue<T> An implementation of the ResultQueue that throttles the number of expected results, limiting it to a maximum at any given time.
 

Package org.springframework.batch.repeat.support Description

Infrastructure implementations of repeat support concerns.



Copyright © 2013 SpringSource. All Rights Reserved.