| Package | Description |
|---|---|
| org.springframework.retry.annotation | |
| org.springframework.retry.listener |
Infrastructure implementations of retry interceptor concerns.
|
| org.springframework.retry.stats | |
| org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationAwareRetryOperationsInterceptor.setListeners(Collection<RetryListener> globalListeners)
Default retry listeners to apply to all operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RetryListenerSupport
Empty method implementation of
RetryListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatisticsListener |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryTemplate.registerListener(RetryListener listener)
Register an additional listener.
|
void |
RetryTemplate.setListeners(RetryListener[] listeners)
Setter for listeners.
|
Copyright © 2019 SpringSource. All rights reserved.