CommonOptions

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

Options that apply most requests.

Constructors

Link copied to clipboard
fun CommonOptions(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
val clientContext: Map<String, Any?>? = null
Link copied to clipboard
val parentSpan: RequestSpan? = null
Link copied to clipboard
val retryStrategy: RetryStrategy? = null
Link copied to clipboard
val timeout: Duration? = null