| 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 |
MethodInvocationRetryListenerSupport
Empty method implementation of
RetryListener with focus on the AOP reflective
method invocations providing convenience retry listener type-safe (with a
`MethodInvocationRetryCallback` callback parameter) specific methods. |
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 at the end of the list.
|
void |
RetryTemplate.registerListener(RetryListener listener,
int index)
Register an additional listener at the specified index.
|
void |
RetryTemplate.setListeners(RetryListener[] listeners)
Setter for listeners.
|
RetryTemplateBuilder |
RetryTemplateBuilder.withListener(RetryListener listener)
Appends provided
listener to RetryTemplate's listener list. |
| Modifier and Type | Method and Description |
|---|---|
RetryTemplateBuilder |
RetryTemplateBuilder.withListeners(List<RetryListener> listeners)
Appends all provided
listeners to RetryTemplate's listener list. |
Copyright © 2022 SpringSource. All rights reserved.