Common Options
class CommonOptions(timeout: Duration?, parentSpan: RequestSpan?, retryStrategy: RetryStrategy?, clientContext: Map<String, Any?>?)
Content copied to clipboard
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)
Content copied to clipboard