| Package | Description |
|---|---|
| org.springframework.retry.listener |
Infrastructure implementations of retry interceptor concerns.
|
| org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
| 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 © 2014 SpringSource. All rights reserved.