Ejemplo n.º 1
0
 private boolean isRetryable(final Throwable t) {
   return t instanceof RetryableException || ClientInvocation.isRetryable(t);
 }