-
- All Implemented Interfaces:
-
com.datadog.trace.api.profiling.ProfilingContext,java.lang.AutoCloseable
public interface ProfilingScope implements AutoCloseable, ProfilingContext
-
-
Method Summary
Modifier and Type Method Description abstract voidclose()-
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class com.datadog.trace.api.profiling.ProfilingContext
clearContextValue, clearContextValue, setContextValue, setContextValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
close
abstract void close()
-
-
-
-