Uses of Class
org.springframework.batch.infrastructure.repeat.policy.CompletionPolicySupport
Packages that use CompletionPolicySupport
Package
Description
Infrastructure implementations of repeat policy concerns.
-
Uses of CompletionPolicySupport in org.springframework.batch.infrastructure.repeat.policy
Modifier and TypeClassDescriptionclassAbstract 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.classVery simpleCompletionPolicythat bases its decision on the result of a batch operation.classPolicy for terminating a batch after a fixed number of operations.classTermination policy that times out after a fixed period.