Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
Apply restores the captured context values onto a context.Context so that downstream consumers (e.g. Temporal propagators) see the original values.
func ApplyWorkflow ¶ added in v0.19.990
ApplyWorkflow is the workflow.Context analog of Apply. It restores the captured per-signal context values onto a workflow.Context so that the signal's Execute (and any activities it schedules via the Temporal propagator) see the enqueuer's identity rather than the queue workflow's.
func FromContext ¶
func FromContext(ctx cctx.ValueContext) qcctx.SignalContext
FromContext reads the common context values and returns a SignalContext suitable for persisting alongside a QueueSignal record.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.