static <T> KiwiRetryer<T> |
KiwiRetryer.newRetryerRetryingAllExceptions(String retryerId) |
Create a new instance that will retry on all exceptions.
|
static <T> KiwiRetryer<T> |
KiwiRetryer.newRetryerRetryingAllRuntimeExceptions(String retryerId) |
Create a new instance that will retry on all runtime exceptions.
|
static <T> KiwiRetryer<T> |
KiwiRetryer.newRetryerWithDefaultExceptions(String retryerId) |
Create a new instance with several common network-related exception predicates.
|
static <T> KiwiRetryer<T> |
KiwiRetryer.newRetryerWithDefaults() |
Create a new instance with only the default values.
|