SDK for PHP 3.x

ConfigurationInterface
in

Provides access to retry configuration

Table of Contents

Methods

getMaxAttempts()  : string
Returns the maximum number of attempts that will be used for a request
getMode()  : string
Returns the retry mode. Available modes include 'legacy', 'standard', and 'adapative'.
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

getMaxAttempts()

Returns the maximum number of attempts that will be used for a request

public getMaxAttempts() : string
Return values
string

getMode()

Returns the retry mode. Available modes include 'legacy', 'standard', and 'adapative'.

public getMode() : string
Return values
string

toArray()

Returns the configuration as an associative array

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page