Interface MessageTransformHandler<SrcMsg, OutMsg, Opts>

Function that transform input message to output message.

interface MessageTransformHandler ((msg, options?) => MaybePromise<undefined | OutMsg>)

Type Parameters

  • SrcMsg

  • OutMsg = SrcMsg

  • Opts = object

Generated using TypeDoc