[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Event/ -> AbstractRetryableEvent.php (summary)

(no description)

File Size: 40 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AbstractRetryableEvent:: (1 method):
  retry()


Class: AbstractRetryableEvent  - X-Ref

Abstract request event that can be retried.

retry($afterDelay = 0)   X-Ref
Mark the request as needing a retry and stop event propagation.

This action allows you to retry a request without emitting the "end"
event multiple times for a given request. When retried, the request
emits a before event and is then sent again using the client that sent
the original request.

When retrying, it is important to limit the number of retries you allow
to prevent infinite loops.

This action can only be taken during the "complete" and "error" events.

param: int $afterDelay If specified, the amount of time in milliseconds



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1