MessageEvent
Defined in: packages/messaging/src/types/message.types.ts:205
Type Parameters
Section titled “Type Parameters”T = unknown
Properties
Section titled “Properties”data:
T
Defined in: packages/messaging/src/types/message.types.ts:209
id:
string
Defined in: packages/messaging/src/types/message.types.ts:206
metadata
Section titled “metadata”metadata:
object
Defined in: packages/messaging/src/types/message.types.ts:210
correlationId?
Section titled “correlationId?”
optionalcorrelationId:string
organizationId?
Section titled “organizationId?”
optionalorganizationId:string
providerId?
Section titled “providerId?”
optionalproviderId:string
userId?
Section titled “userId?”
optionaluserId:string
timestamp
Section titled “timestamp”timestamp:
Date
Defined in: packages/messaging/src/types/message.types.ts:208
type:
MessageEventType
Defined in: packages/messaging/src/types/message.types.ts:207