T - public class RetryerFactory<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryerFactory.RetryType |
| Modifier and Type | Field and Description |
|---|---|
static String |
RETRY_INTERVAL_MS |
static String |
RETRY_MULTIPLIER |
static String |
RETRY_TIME_OUT_MS |
static String |
RETRY_TIMES |
static String |
RETRY_TYPE |
| Constructor and Description |
|---|
RetryerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.github.rholder.retry.Retryer<T> |
newInstance(com.typesafe.config.Config config)
Creates new instance of retryer based on the config.
|
public static final String RETRY_MULTIPLIER
public static final String RETRY_INTERVAL_MS
public static final String RETRY_TIME_OUT_MS
public static final String RETRY_TYPE
public static final String RETRY_TIMES
public static <T> com.github.rholder.retry.Retryer<T> newInstance(com.typesafe.config.Config config)
config -