IMessageHandler interface
Message handler plugin interface.
Signature:
export interface IMessageHandler extends IPluginMethodMap
Extends: IPluginMethodMap
Methods
|
Method |
Description |
|---|---|
|
Parses a raw message. After the message is parsed, you can decide if it should be saved, and pass the result to dataStoreSaveMessage() to save it. |