Interface ApiTracer.Scope (2.9.0)

public static interface ApiTracer.Scope extends AutoCloseable

A context class to be used with #inScope() and a try-with-resources block. Closing a Scope removes any context that the underlying implementation might've set in #inScope().

Implements

AutoCloseable

Methods

close()

public abstract void close()