Uses of Class
org.springframework.batch.infrastructure.repeat.policy.DefaultResultCompletionPolicy
Packages that use DefaultResultCompletionPolicy
Package
Description
Infrastructure implementations of repeat policy concerns.
-
Uses of DefaultResultCompletionPolicy in org.springframework.batch.infrastructure.repeat.policy
Subclasses of DefaultResultCompletionPolicy in org.springframework.batch.infrastructure.repeat.policyModifier and TypeClassDescriptionclass
Abstract base class for policies that need to count the number of occurrences of some event (e.g. an exception type in the context), and terminate based on a limit for the counter.class
Policy for terminating a batch after a fixed number of operations.