| 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,
IRetryStrategy retryStrategy)
Retries a method with the given Retry Strategy.
|
static <TResult> TResult |
RetryUtils.getWithRetry(Func1<TResult> function,
IRetryStrategy retryStrategy)
Retries a method with the given Retry Strategy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRetryStrategy
The SimpleRetryStrategy retries all methods, that throw a @see
FcmRetryAfterException for a
maximum number of retries. |
Copyright © 2017. All rights reserved.