-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can detect last retry? #361
Comments
Don't use issues to ask questions - ask on Stack Overflow or use the Discussions tab for Q&A. The context only has access to the count; it has no knowledge of the retry policy. |
Not all |
Also, there is a special
|
I am using Spring-retry-1.3.4, i want to detect the event before the last retry and insert logic. Is there a way? I think I can use RetryListener, but I can't.
TestService.java
MyRetryListener.java
The text was updated successfully, but these errors were encountered: