We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987d00a commit c3e694aCopy full SHA for c3e694a
1 file changed
src/main/java/io/tarantool/driver/api/retry/RequestRetryPolicy.java
@@ -58,6 +58,7 @@ default long getDelay() {
58
/**
59
* Get an exception stating why the policy cannot repeat the request
60
*
61
+ * @param ex exception that will be wrapped
62
* @return reason of stopping retrying
63
*/
64
default Throwable getPolicyException(Throwable ex) {
0 commit comments