Spring Retry

Spring Retry#

Spring retry annotations#

  • @EnableRetry – to enable spring retry in spring boot project

  • @Retryable – to indicate any method to be a candidate of retry

  • @Recover – to specify fallback method!

References#