Class AsyncContextInMemoryScopeManager

java.lang.Object
io.servicetalk.opentracing.asynccontext.AsyncContextInMemoryScopeManager
All Implemented Interfaces:
io.opentracing.ScopeManager, InMemoryScopeManager

public final class AsyncContextInMemoryScopeManager extends Object implements InMemoryScopeManager
A InMemoryScopeManager that uses AsyncContext as the backing storage.
  • Field Details

  • Method Details

    • activate

      public io.opentracing.Scope activate(io.opentracing.Span span)
      Specified by:
      activate in interface io.opentracing.ScopeManager
    • activeSpan

      public InMemorySpan activeSpan()
      Specified by:
      activeSpan in interface InMemoryScopeManager
      Specified by:
      activeSpan in interface io.opentracing.ScopeManager