| Package | Description |
|---|---|
| de.bytefish.fcmjava.client.retry | |
| de.bytefish.fcmjava.client.retry.strategy |
| Modifier and Type | Method and Description |
|---|---|
static <TResult> TResult |
RetryUtils.getWithRetry(Func1<TResult> function,
int maxRetries)
Retries a method with the SimpleRetryStrategy and a maximum amount of retries.
|
static <TResult> TResult |
RetryUtils.getWithRetry(Func1<TResult> function,
IRetryStrategy retryStrategy)
Retries a method with the given Retry Strategy.
|
| Modifier and Type | Method and Description |
|---|---|
<TResult> TResult |
SimpleRetryStrategy.getWithRetry(Func1<TResult> function) |
<TResult> TResult |
IRetryStrategy.getWithRetry(Func1<TResult> function)
Retries a function with a return values.
|
Copyright © 2017. All rights reserved.