Flow PHP

AnyThrowable implements RetryStrategy

Read onlyYes
FinalYes

Interfaces

RetryStrategy

Methods

__construct()  : mixed
shouldRetry()  : bool

Methods

__construct()

public __construct(int $limit) : mixed
Parameters
$limit : int

shouldRetry()

public shouldRetry(Throwable $exception, int $attemptNumber) : bool
Parameters
$exception : Throwable
$attemptNumber : int
Return values
bool

        
On this page

Search results