Class CommonOptions.BuiltCommonOptions

    • Constructor Detail

      • BuiltCommonOptions

        public BuiltCommonOptions()
    • Method Detail

      • retryStrategy

        public Optional<RetryStrategy> retryStrategy()
        Returns the custom retry strategy if provided.
      • timeout

        public Optional<Duration> timeout()
        Returns the custom timeout if provided.
      • clientContext

        public Map<String,​Object> clientContext()
        Returns the client context, or null if not present.
      • parentSpan

        public Optional<RequestSpan> parentSpan()
        Returns the parent span provided by the user if present.