Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
org.springframework.batch.retry.interceptor |
Infrastructure implementations of retry aop concerns.
|
org.springframework.batch.retry.support |
Infrastructure implementations of retry support concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchRetryTemplate
A special purpose retry template that deals specifically with multi-valued
stateful retry.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulRetryOperationsInterceptor.setRetryOperations(RetryOperations retryTemplate) |
void |
RetryOperationsInterceptor.setRetryOperations(RetryOperations retryTemplate) |
Modifier and Type | Class and Description |
---|---|
class |
RetryTemplate
Template class that simplifies the execution of operations with retry
semantics.
|
Copyright © 2013 SpringSource. All rights reserved.