IHandleMessageArgs interface
Input arguments for handleMessage
Signature:export interface IHandleMessageArgs
Properties
Property | Type | Description |
---|---|---|
metaData | IMetaData [] | Optional. Message meta data |
raw | string | Raw message data |
save | boolean | Optional. If set to true , the message will be saved using dataStoreSaveMessage |