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 voidRetryer. continueOrPropagate(RetryableException e)if retry is permitted, return (possibly after sleeping).voidRetryer.Default. continueOrPropagate(RetryableException e)
-