OptionalbackoffExponential backoff factor.
OptionalinitialInitial retry delay in milliseconds.
OptionaljitterAdd random jitter to retry delays to prevent thundering herd.
OptionalmaxMaximum retry delay in milliseconds.
OptionalmaxMaximum number of retry attempts.
OptionalretryWhich errors should trigger a retry. Return true to retry, false to fail immediately.
Retry configuration for network transports.