lucee.Componentcfboom.util.RetryUtils
Miscellaneous retry utility methods.
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
struct
|
getRetry(numeric num)
Return the underlying retry logic for a specific retry. |
cfboom.util.datetime
|
nextRetryFromBeginning(date beginningDate, [numeric previousAttempts='1'])
Uses the timestamp of the first attempt to evaluate the next time to retry. |
cfboom.util.datetime
|
nextRetryFromPrevious(date previousDate, [numeric previousAttempts='1'])
Uses the timestamp of the previous attempt to evaluate the next time to retry. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
Return the underlying retry logic for a specific retry.
num
Uses the timestamp of the first attempt to evaluate the next time to retry.
beginningDate
previousAttempts
- The number of times this process has been attempted (from 1 to 32).Uses the timestamp of the previous attempt to evaluate the next time to retry.
previousDate
previousAttempts
- The number of times this process has been attempted (from 1 to 32).