@Stability.Internal public abstract class CommonOptions.BuiltCommonOptions extends Object
| Constructor and Description |
|---|
BuiltCommonOptions() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
clientContext()
Returns the client context, or null if not present.
|
Optional<RequestSpan> |
parentSpan()
Returns the parent span provided by the user if present.
|
Optional<RetryStrategy> |
retryStrategy()
Returns the custom retry strategy if provided.
|
Optional<Duration> |
timeout()
Returns the custom timeout if provided.
|
public Optional<RetryStrategy> retryStrategy()
public Map<String,Object> clientContext()
public Optional<RequestSpan> parentSpan()
Copyright © 2021 Couchbase, Inc.. All rights reserved.