Package 

Interface CoroutineScopeSpan

  • All Implemented Interfaces:
    io.opentracing.Span , kotlinx.coroutines.CoroutineScope

    
    public interface CoroutineScopeSpan
     implements CoroutineScope, Span
                        

    An object that implements both Span and CoroutineScope.

    • Method Summary

      Modifier and Type Method Description
      abstract CoroutineContext getCoroutineContext()
      • 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