BeforeSendMessageFromQueueEvent extends Event
FinalYes
Table of Contents
Constants
- TYPE = 'OnBeforeSendMessageFromQueue'
Methods
- __construct() : mixed
- processResults() : SendMessage|null
- Processing event's results after sending.
Constants
TYPE
public
mixed
TYPE
= 'OnBeforeSendMessageFromQueue'
Methods
__construct()
public
__construct(array<string|int, mixed> $messageFields) : mixed
Parameters
- $messageFields : array<string|int, mixed>
processResults()
Processing event's results after sending.
public
processResults() : SendMessage|null
Return values
SendMessage|null —if the handlers return errors or an entire SendMessage
object, the method will return the object.