Interface CoreCommonOptions
@Internal public interface CoreCommonOptions
-
Field Summary
Fields Modifier and Type Field Description static CoreCommonOptions
DEFAULT
-
Method Summary
Modifier and Type Method Description static CoreCommonOptions
of(Duration timeout, RetryStrategy retryStrategy, RequestSpan parentSpan)
Optional<RequestSpan>
parentSpan()
Optional<RetryStrategy>
retryStrategy()
Optional<Duration>
timeout()
default CoreCommonOptions
withParentSpan(RequestSpan span)
-
Field Details
-
DEFAULT
-
-
Method Details
-
timeout
-
retryStrategy
Optional<RetryStrategy> retryStrategy() -
parentSpan
Optional<RequestSpan> parentSpan() -
of
-
withParentSpan
-