Alex Derkach
Results
2
comments of
Alex Derkach
@dsyer The idea is to determine return type of method and if it is reactive, apply native retry operators to method invocation. Here's brief code of idea: https://github.com/alexsderkach/spring-retry/commit/b3ed65dfd4c679e57f3459c339365c0294a139b2#diff-3bfaa81683b86ac2ed9fa843029363b6R362
@dsyer We could achieve the same by adding additional classes, which will work when reactor is on classpath, without change of existing contracts. If you approve this idea, I could...