PropagationUnsupportedToken



The PropagationToken instance that should be returned when context propagation is unsupported by the underlying Tracer.

Summary

Public functions

close

open fun close(): Unit

contextElementOrNull

@DelicateTracingApi
open fun contextElementOrNull(): CoroutineContext.Element?
Returns
CoroutineContext.Element?

a CoroutineContext.Element that needs to be installed in the kotlinx.coroutines.currentCoroutineContext prior to dispatching the suspending block of code being traced; if the token is being used in a suspending context.