Interface BackoffStrategyInterface
Strategy to determine if a request should be retried and how long to delay between retries
Direct known implementers
Guzzle\Plugin\Backoff\AbstractBackoffStrategyIndirect known implementers
Guzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy, Guzzle\Plugin\Backoff\CallbackBackoffStrategy, Guzzle\Plugin\Backoff\ConstantBackoffStrategy, Guzzle\Plugin\Backoff\CurlBackoffStrategy, Guzzle\Plugin\Backoff\ExponentialBackoffStrategy, Guzzle\Plugin\Backoff\HttpBackoffStrategy, Guzzle\Plugin\Backoff\LinearBackoffStrategy, Guzzle\Plugin\Backoff\ReasonPhraseBackoffStrategy, Guzzle\Plugin\Backoff\TruncatedBackoffStrategy
public
boolean|integer
|
#
getBackoffPeriod( integer $retries,
Get the amount of time to delay in seconds before retrying a request |