TracedAction

constructor(label: String, inner: Action, trace: ActionTracer = ActionTracer)

Parameters

label

A human-readable label for the action, used in telemetry

inner

The actual Action being wrapped and executed

trace

The ActionTracer instance that will receive updates about this action's execution