Package 

Class ContinuableScope

  • All Implemented Interfaces:
    com.datadog.opentracing.scopemanager.DDScope , com.datadog.trace.context.TraceScope , io.opentracing.Scope , java.io.Closeable , java.lang.AutoCloseable

    
    public class ContinuableScope
     implements DDScope, TraceScope
                        
    • Method Summary

      Modifier and Type Method Description
      void close()
      DDSpan span()
      int depth()
      void setAsyncPropagation(boolean value) Enable or disable async propagation.
      ContinuableScope.Continuation capture() The continuation returned must be closed or activated or the trace will not finish.
      String toString()
      • Methods inherited from class com.datadog.opentracing.scopemanager.DDScope

        span
      • Methods inherited from class io.opentracing.Scope

        close, span
      • Methods inherited from class com.datadog.trace.context.TraceScope

        setAsyncPropagation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait