Optionalincoming?: ((message: JsonMap, callback: AnyFunction) => void)Extension for the incoming message.
The message.
The callback to invoke after the message is processed.
Optionaloutgoing?: ((message: JsonMap, callback: AnyFunction) => void)Extension for outgoing message.
The message.
The callback to invoke after the message is processed.
Types for defining extensions.