class Retry extends Model (View source)

Properties

string $attempts
string $backoffMode
string $wait

Methods

setAttempts($attempts)

No description

string
getAttempts()

No description

setBackoffMode($backoffMode)

No description

string
getBackoffMode()

No description

setWait($wait)

No description

string
getWait()

No description

Details

setAttempts($attempts)

No description

Parameters

$attempts

string getAttempts()

No description

Return Value

string

setBackoffMode($backoffMode)

No description

Parameters

$backoffMode

string getBackoffMode()

No description

Return Value

string

setWait($wait)

No description

Parameters

$wait

string getWait()

No description

Return Value

string