OptionalbackoffBase coefficient for exponential backoff calculation. Retry delay = min(backoffCoefficient ^ attemptNumber, maximumInterval)
OptionalmaximumMaximum number of retry attempts before the message fails.
OptionalmaximumMaximum interval between retries in seconds or as a duration string. Caps the exponential backoff to prevent excessive delays.
Structured retry policy configuration for stream messages. Controls retry behavior with exponential backoff.
Example