Package 

Interface ScopeContext

  • All Implemented Interfaces:
    io.opentracing.ScopeManager

    @Deprecated() 
    public interface ScopeContext
     implements ScopeManager
                        

    Represents a ScopeManager that is only valid in certain cases such as on a specific thread.

    • Method Summary

      Modifier and Type Method Description
      abstract boolean inContext() When multiple ScopeContexts are active, the first one to respond true will have control.
      • Methods inherited from class io.opentracing.ScopeManager

        activate, active, activeSpan
      • Methods inherited from class java.lang.Object

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

      • inContext

         abstract boolean inContext()

        When multiple ScopeContexts are active, the first one to respond true will have control.