Skip to main content
zerotal

Documentation


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

readonly className: string

Defined in: notifications/src/events.ts:30


to

readonly to: string[]

Defined in: notifications/src/events.ts:31


subject

readonly subject: string

Defined in: notifications/src/events.ts:32


queue

readonly queue: string

Defined in: notifications/src/events.ts:33