RetrySpecApplied

data class RetrySpecApplied(val maxRetries: Int, val minBackoff: Int, val executionTimeout: Int) : IRetrySpec

Constructors

Link copied to clipboard
constructor(maxRetries: Int, minBackoff: Int, executionTimeout: Int)

Properties

Link copied to clipboard
open override val executionTimeout: Int

Execution timeout.

Link copied to clipboard
open override val maxRetries: Int

Maximum number of retry attempts.

Link copied to clipboard
open override val minBackoff: Int

the minimum Duration for the first backoff

Functions

Link copied to clipboard