Uses of Class
org.springframework.batch.repeat.policy.CompletionPolicySupport
Package
Description
Infrastructure implementations of repeat policy concerns.
-
Uses of CompletionPolicySupport in org.springframework.batch.repeat.policy
Modifier and TypeClassDescriptionclass
Abstract base class for policies that need to count the number of occurrences of some event (e.g.class
Very simpleCompletionPolicy
that bases its decision on the result of a batch operation.class
Policy for terminating a batch after a fixed number of operations.class
Termination policy that times out after a fixed period.