Interface InMemoryScope

All Superinterfaces:
AutoCloseable, Closeable, io.opentracing.Scope

public interface InMemoryScope extends io.opentracing.Scope
A Scope that works with InMemorySpan.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the current span of this scope.

    Methods inherited from interface io.opentracing.Scope

    close
  • Method Details