retryConfig

Creates a RetryConfig instance using the provided configuration.

See also


fun retryConfig(baseConfig: RetryConfig, configure: RetryConfigBuilder.() -> Unit): RetryConfig(source)

Creates a RetryConfig instance using the provided configuration which will be based on the received configuration.

See also