TraceContextProvider

fun interface TraceContextProvider

Supplies the trace context active on the current call, or null when none.

Inheritors

Functions

Link copied to clipboard
abstract fun current(): ActiveTrace?

The ActiveTrace active on the current call, or null if untraced.