Class DefaultResultCompletionPolicy

java.lang.Object
org.springframework.batch.repeat.policy.CompletionPolicySupport
org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy
All Implemented Interfaces:
CompletionPolicy
Direct Known Subclasses:
CountingCompletionPolicy, SimpleCompletionPolicy

public class DefaultResultCompletionPolicy extends CompletionPolicySupport
Very simple CompletionPolicy 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.
Author:
Dave Syer