Class NullContext

    • Constructor Summary

      Constructors 
      Constructor Description
      NullContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Span createSpan​(java.lang.String name)  
      java.lang.String getId()  
      java.lang.Runnable wrap​(java.lang.Runnable runnable)  
      <V> java.util.concurrent.Callable<V> wrap​(java.util.concurrent.Callable<V> callable)  
      • Methods inherited from class java.lang.Object

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

      • NullContext

        public NullContext()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface TraceContext
      • wrap

        public java.lang.Runnable wrap​(java.lang.Runnable runnable)
        Specified by:
        wrap in interface TraceContext
      • wrap

        public <V> java.util.concurrent.Callable<V> wrap​(java.util.concurrent.Callable<V> callable)
        Specified by:
        wrap in interface TraceContext