Interface: ExecutionContext

index.ExecutionContext

Context descriptor emitted during consumer execution lifecycles.

Table of contents

Properties

Properties

durationMs

Optional durationMs: number

Execution duration in milliseconds (provided when phase === 'end').


error

Optional error: unknown

Error thrown during execution, if any.


phase

phase: "start" | "end"

Execution lifecycle phase ('start' before running, 'end' after completion).