Builder
interface Builder
Properties
Link copied to clipboard
The RetryStrategy the client will use to retry failed operations.
Functions
Link copied to clipboard
abstract fun <B : RetryStrategy.Config.Builder, R : RetryStrategy> retryStrategy(factory: DslFactory<B, R>, block: B.() -> Unit)