Uses of Class
feign.RetryableException
-
Packages that use RetryableException Package Description feign -
-
Uses of RetryableException in feign
Methods in feign with parameters of type RetryableException Modifier and Type Method Description void
Retryer. continueOrPropagate(RetryableException e)
if retry is permitted, return (possibly after sleeping).void
Retryer.Default. continueOrPropagate(RetryableException e)
-