Package 

Class ContinuableScope.Continuation

    • Method Summary

      Modifier and Type Method Description
      ContinuableScope activate() Activate the continuation.
      void close()
      void close(boolean closeContinuationScope) Close the continuation.
      • Methods inherited from class java.io.Closeable

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

        activate, close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

         void close(boolean closeContinuationScope)

        Close the continuation.

        Parameters:
        closeContinuationScope - true iff parent scope should also be closed