Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
org.springframework.batch.retry.listener |
Infrastructure implementations of retry interceptor concerns.
|
org.springframework.batch.retry.support |
Infrastructure implementations of retry support concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRetryExceptionHandler
An
ExceptionHandler that is aware of the retry context so that it can
distinguish between a fatal exception and one that can be retried. |
Modifier and Type | Method and Description |
---|---|
void |
BatchRetryTemplate.registerListener(RetryListener listener) |
void |
BatchRetryTemplate.setListeners(RetryListener[] listeners) |
void |
FaultTolerantStepFactoryBean.setRetryListeners(RetryListener... retryListeners)
Public setter for the
RetryListener s. |
Modifier and Type | Class and Description |
---|---|
class |
RetryListenerSupport
Empty method implementation of
RetryListener . |
Modifier and Type | Method and Description |
---|---|
void |
RetryTemplate.registerListener(RetryListener listener)
Register an additional listener.
|
void |
RetryTemplate.setListeners(RetryListener[] listeners)
Setter for listeners.
|
Copyright © 2013 SpringSource. All rights reserved.