| Package | Description |
|---|---|
| org.springframework.retry.listener |
Infrastructure implementations of retry interceptor concerns.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T,E extends Throwable> |
MethodInvocationRetryListenerSupport.doClose(RetryContext context,
MethodInvocationRetryCallback<T,E> callback,
Throwable throwable) |
protected <T,E extends Throwable> |
MethodInvocationRetryListenerSupport.doOnError(RetryContext context,
MethodInvocationRetryCallback<T,E> callback,
Throwable throwable) |
protected <T,E extends Throwable> |
MethodInvocationRetryListenerSupport.doOpen(RetryContext context,
MethodInvocationRetryCallback<T,E> callback) |
Copyright © 2022 SpringSource. All rights reserved.