CommonOptions

class CommonOptions(val timeout: Duration? = null, val parentSpan: RequestSpan? = null, val retryStrategy: RetryStrategy? = null, val clientContext: Map<String, Any?>? = null)

Options that apply most requests.

Constructors

Link copied to clipboard
constructor(timeout: Duration? = null, parentSpan: RequestSpan? = null, retryStrategy: RetryStrategy? = null, clientContext: Map<String, Any?>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val parentSpan: RequestSpan?
Link copied to clipboard
val retryStrategy: RetryStrategy?
Link copied to clipboard