CommonOptions

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

Options that apply most requests.

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Properties

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