GenericEmailEventPayloadListener
in
Table of Contents
Methods
- on_event() : bool|MqServiceError
- Handle the GenericEmailEventPayload event. If returning false, the event will be requeued.
Methods
on_event()
Handle the GenericEmailEventPayload event. If returning false, the event will be requeued.
public
on_event(GenericEmailEventPayload $event) : bool|MqServiceError
Parameters
- $event : GenericEmailEventPayload
-
The event to handle.
Return values
bool|MqServiceError —True if the event was handled successfully, or an error object / false if not