| Package | Description |
|---|---|
| de.bytefish.fcmjava.client.retry | |
| de.bytefish.fcmjava.client.retry.strategy |
| Modifier and Type | Method and Description |
|---|---|
static void |
RetryUtils.doWithRetry(Action0 action,
int maxRetries)
Retries a method with the SimpleRetryStrategy and a maximum amount of retries.
|
static void |
RetryUtils.doWithRetry(Action0 action,
IRetryStrategy retryStrategy)
Retries a method with the given Retry Strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRetryStrategy.doWithRetry(Action0 action) |
void |
IRetryStrategy.doWithRetry(Action0 action)
Retries a function without a return value.
|
Copyright © 2017. All rights reserved.