Uses of Class
org.springframework.batch.repeat.support.RepeatTemplate
Package
Description
Infrastructure implementations of repeat support concerns.
-
Uses of RepeatTemplate in org.springframework.batch.repeat.support
Modifier and TypeClassDescriptionclass
ProvidesRepeatOperations
support including interceptors that can be used to modify or monitor the behaviour at run time.
This implementation is sufficient to be used to configure transactional behaviour for each item by making theRepeatCallback
transactional, or for the whole batch by making the execute method transactional (but only then if the task executor is synchronous).
This class is thread-safe if its collaborators are thread-safe (interceptors, terminationPolicy, callback).