BuilderImpl

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var retryStrategy: <Error class: unknown class>?

The RetryStrategy the client will use to retry failed operations.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun retryStrategy(block: <Error class: unknown class>.() -> Unit)
open override fun <B, R> retryStrategy(factory: <Error class: unknown class><B, R>, block: B.() -> Unit)