Summer.Batch.Infrastructure.Repeat.Policy Namespace Reference

Classes

class  CompletionPolicySupport
 Very simple base class for ICompletionPolicy implementations. More...
 
class  DefaultResultCompletionPolicy
 Very simple ICompletionPolicy that bases its decision on the result of a batch operation. If the result is null or not continuable according to the RepeatStatus the batch is complete, otherwise not. More...
 
class  SimpleCompletionPolicy
 Policy for terminating a batch after a fixed number of operations. Internal state is maintained and a counter incremented, so successful use of this policy requires that IsComplete() is only called once per batch item. Using the standard RepeatTemplate should ensure this contract is kept, but it needs to be carefully monitored. More...