Builder

interface Builder

Inheritors

Properties

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

The RetryStrategy the client will use to retry failed operations.

Functions

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