ProcessorExample 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.
Methods
__construct()
public
__construct() : mixed
Tags
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