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