public class SynchronousRetrier extends Object
Constructor and Description |
---|
SynchronousRetrier(ExponentialRetryParameters retryParameters,
Class<?>... exceptionsToNotRetry) |
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getExceptionsToNotRetry() |
ExponentialRetryParameters |
getRetryParameters() |
void |
retry(Runnable r) |
public SynchronousRetrier(ExponentialRetryParameters retryParameters, Class<?>... exceptionsToNotRetry)
public ExponentialRetryParameters getRetryParameters()
public Class<?>[] getExceptionsToNotRetry()
public void retry(Runnable r)