ConsumeSourceMsg
Defined in: src/otel/config.ts:52
Minimum message shape the consume span helper requires. Both JsMsg
(JetStream) and Core NATS Msg satisfy it structurally; JetStream-only
delivery metadata (info) is read separately and omitted on the Core
RPC path.
Properties
data
readonlydata:Uint8Array
Defined in: src/otel/config.ts:54
headers?
readonlyoptionalheaders?:MsgHdrs
Defined in: src/otel/config.ts:55
subject
readonlysubject:string
Defined in: src/otel/config.ts:53