Class TruncatedBackoffStrategy
Strategy that will not retry more than a certain number of times.
- Guzzle\Plugin\Backoff\AbstractBackoffStrategy implements Guzzle\Plugin\Backoff\BackoffStrategyInterface
- Guzzle\Plugin\Backoff\TruncatedBackoffStrategy
public
|
|
public
boolean
|
#
makesDecision( )
Check if the strategy does filtering and makes decisions on whether or not to retry. |
protected
boolean|integer|null
|
#
getDelay( integer $retries,
Implement the concrete strategy |
getBackoffPeriod(),
getNext(),
setNext()
|
protected
integer
|
$max
Maximum number of retries per request |
$next
|