Package org.springframework.batch.repeat.policy
@NonNullApi
package org.springframework.batch.repeat.policy
Infrastructure implementations of repeat policy concerns.
-
ClassDescriptionVery simple base class for
CompletionPolicy
implementations.Composite policy that loops through a list of delegate policies and answers calls by a consensus.Abstract base class for policies that need to count the number of occurrences of some event (e.g.Very simpleCompletionPolicy
that bases its decision on the result of a batch operation.Policy for terminating a batch after a fixed number of operations.Termination policy that times out after a fixed period.