Package | Description |
---|---|
org.springframework.batch.repeat.callback |
Infrastructure implementations of repeat callback concerns.
|
org.springframework.batch.repeat.interceptor |
Infrastructure implementations of repeat aop concerns.
|
org.springframework.batch.repeat.support |
Infrastructure implementations of repeat support concerns.
|
Constructor and Description |
---|
NestedRepeatCallback(RepeatOperations template,
RepeatCallback callback)
Constructor setting mandatory fields.
|
Modifier and Type | Method and Description |
---|---|
void |
RepeatOperationsInterceptor.setRepeatOperations(RepeatOperations batchTempate)
Setter for the
RepeatOperations . |
Modifier and Type | Class and Description |
---|---|
class |
RepeatTemplate
Simple implementation and base class for batch templates implementing
RepeatOperations . |
class |
TaskExecutorRepeatTemplate
Provides
RepeatOperations 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 the RepeatCallback 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). |
Copyright © 2014. All Rights Reserved.