How to configure different delay value for different exceptions in spring retry?

前端 未结 0 1045
野趣味
野趣味 2021-02-13 17:10
@Retryable(value = {SocketTimeoutException.class, AmazonServiceException.class},
             backoff = @Backoff(delayExpression = "${retry.delay:10000}"),
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题