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
stringgetMode()
Returns the retry mode. Available modes include 'legacy', 'standard', and 'adapative'.
public
getMode() : string
Return values
stringtoArray()
Returns the configuration as an associative array
public
toArray() : array<string|int, mixed>