SendingEmailNotification implements Processor
Table of Contents
Interfaces
Methods
- __construct() : mixed
- process() : string|object
- The method has to return either self::ACK, self::REJECT, self::REQUEUE string.
- sendBatchOfMessagesToQueue() : void
- sendMessageToQueue() : void
Methods
__construct()
public
__construct() : mixed
process()
The method has to return either self::ACK, self::REJECT, self::REQUEUE string.
public
process(Message $message) : string|object
Parameters
- $message : Message
-
// * @param Context $context // removed - It's not clear why it's here
Tags
Return values
string|object —with __toString method implemented
sendBatchOfMessagesToQueue()
public
static sendBatchOfMessagesToQueue(array<string|int, SenderInvitation> $invitations) : void
Parameters
- $invitations : array<string|int, SenderInvitation>
Tags
sendMessageToQueue()
public
static sendMessageToQueue(array<string|int, mixed> $invitation) : void
Parameters
- $invitation : array<string|int, mixed>