Retry decider for Guzzle HTTP Client.
Methods | ||
---|---|---|
public
|
__construct(?int $maxRetries = 0, ?LoggerInterface $logger = null)
|
# |
public
|
__invoke(int $retries, ?RequestInterface $request, ?ResponseInterface $response, $exception): bool
|
# |
Properties | |||
---|---|---|---|
protected
|
?int
|
$maxRetries
|
# |
protected
|
?LoggerInterface
|
$logger
|
# |