|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepeatCallback | |
|---|---|
| org.springframework.batch.repeat | Infrastructure implementations of repeat concerns. |
| org.springframework.batch.repeat.callback | Infrastructure implementations of repeat callback concerns. |
| org.springframework.batch.repeat.support | Infrastructure implementations of repeat support concerns. |
| Uses of RepeatCallback in org.springframework.batch.repeat |
|---|
| Methods in org.springframework.batch.repeat with parameters of type RepeatCallback | |
|---|---|
ExitStatus |
RepeatOperations.iterate(RepeatCallback callback)
Execute the callback repeatedly, until a decision can be made to complete. |
| Uses of RepeatCallback in org.springframework.batch.repeat.callback |
|---|
| Classes in org.springframework.batch.repeat.callback that implement RepeatCallback | |
|---|---|
class |
ItemReaderRepeatCallback
Simple wrapper for two business interfaces: get the next item from a reader and apply the given writer to the result (if not null). |
class |
NestedRepeatCallback
Callback that delegates to another callback, via a RepeatOperations instance. |
| Constructors in org.springframework.batch.repeat.callback with parameters of type RepeatCallback | |
|---|---|
NestedRepeatCallback(RepeatOperations template,
RepeatCallback callback)
Constructor setting mandatory fields. |
|
| Uses of RepeatCallback in org.springframework.batch.repeat.support |
|---|
| Methods in org.springframework.batch.repeat.support with parameters of type RepeatCallback | |
|---|---|
protected ExitStatus |
RepeatTemplate.getNextResult(RepeatContext context,
RepeatCallback callback,
RepeatInternalState state)
Get the next completed result, possibly executing several callbacks until one finally finishes. |
protected ExitStatus |
TaskExecutorRepeatTemplate.getNextResult(RepeatContext context,
RepeatCallback callback,
RepeatInternalState state)
Use the TaskExecutorRepeatTemplate.setTaskExecutor(TaskExecutor) to generate a result. |
ExitStatus |
RepeatTemplate.iterate(RepeatCallback callback)
Execute the batch callback until the completion policy decides that we are finished. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||