posted 5 years ago
I'm using spring-retry in Spring Boot.
The retry works but it only return to Class A after the retries end. Is it possible to return to Class A and at the same time do the retries in Class B ?
The code begin here
Class A
Class B (Implement Spring-retry)
Any suggestions would be appreciated.
Learning language is easy but learning basics is difficult