Documentation / @zerotal/notifications / MessageQueued
Class: MessageQueued
Defined in: notifications/src/events.ts:28
Emitted when a mail message is pushed onto a queue (deferred send).
Constructors
Constructor
new MessageQueued(
className,to,subject,queue):MessageQueued
Defined in: notifications/src/events.ts:29
Parameters
className
string
to
string[]
subject
string
queue
string
Returns
MessageQueued
Properties
className
readonlyclassName:string
Defined in: notifications/src/events.ts:30
to
readonlyto:string[]
Defined in: notifications/src/events.ts:31
subject
readonlysubject:string
Defined in: notifications/src/events.ts:32
queue
readonlyqueue:string
Defined in: notifications/src/events.ts:33