Class RemoveUniqueJobIdFromCacheExtension
Namespace: Cake\Queue\Consumption
Method Summary
-
__construct() public
-
onResult() public
Executed when a message is processed by a processor or a result was set in onMessageReceived extension method. BEFORE the message status was sent to the broker The result could be changed at this point.
Method Detail
onResult() ¶ public
onResult(MessageResult $context): void
Executed when a message is processed by a processor or a result was set in onMessageReceived extension method. BEFORE the message status was sent to the broker The result could be changed at this point.
Parameters
-
MessageResult$context The result of the message after it was processed.
Returns
void