Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProcessHandlerConfig

Hierarchy

  • IProcessHandlerConfig

Index

Properties

Optional interceptors

interceptors: Interceptor | Interceptor[]

When we receive a payload from the client, we execute all interceptors. Those interceptors return IMessage that is merged (Shallow copy for body and customHeaders). This payload is passed to the task (bound to the IoC).

Optional propagation

propagation: ITracerPropagator

Used for extracting traceId from message

Generated using TypeDoc