Class CommonOptions.BuiltCommonOptions

    • Constructor Detail

      • BuiltCommonOptions

        public BuiltCommonOptions()
    • Method Detail

      • parentSpan

        public Optional<io.opentracing.Span> parentSpan()
        Returns the parent span if provided.
      • retryStrategy

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

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