Package | Description |
---|---|
com.xeiam.xchange.utils.retries |
Modifier and Type | Method and Description |
---|---|
static <V> V |
Retries.callWithRetries(int nAttempts,
int initialRetrySec,
Callable<V> action,
IPredicate<Exception> retryableException)
Allows a client to attempt a call and retry a finite amount of times if the exception thrown is the right kind.
|
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.