HandlerMetadata
Defined in: src/otel/config.ts:29
Handler metadata for the dispatched message. pattern is always set;
className / methodName come from NestJS reflection when available.
Properties
className?
readonlyoptionalclassName?:string
Defined in: src/otel/config.ts:31
methodName?
readonlyoptionalmethodName?:string
Defined in: src/otel/config.ts:32
pattern
readonlypattern:string
Defined in: src/otel/config.ts:30