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