-
- All Implemented Interfaces:
-
io.opentracing.Span,kotlinx.coroutines.CoroutineScope
public interface CoroutineScopeSpan implements CoroutineScope, SpanAn object that implements both Span and CoroutineScope.
-
-
Method Summary
Modifier and Type Method Description abstract CoroutineContextgetCoroutineContext()-
Methods inherited from class com.datadog.android.ktx.coroutine.CoroutineScopeSpan
context, finish, finish, getBaggageItem, log, log, log, log, setBaggageItem, setOperationName, setTag, setTag, setTag, setTag -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCoroutineContext
abstract CoroutineContext getCoroutineContext()
-
-
-
-