| Package | Description |
|---|---|
| com.intuit.ipp.net |
| Modifier and Type | Method and Description |
|---|---|
static void |
RetryHelper.argumentNotNegativeValue(long argumentValue,
String argumentName)
Checks whether the given argument value is -ve or not
|
| Constructor and Description |
|---|
IntuitRetryPolicyHandler(int retryCount,
int retryInterval)
Initialize a new instance of the RetryPolicyHandler class
|
IntuitRetryPolicyHandler(int retryCount,
int initialInterval,
int increment)
Initialize a new instance of the RetryPolicyHandler class
|
IntuitRetryPolicyHandler(int retryCount,
int minBackoff,
int maxBackoff,
int deltaBackoff)
Initialize a new instance of the RetryPolicyHandler class
|
Copyright © 2017. All rights reserved.