EventDelayedSync implements Processor
Table of Contents
Interfaces
Methods
- process() : string|object
- The method has to return either self::ACK, self::REJECT, self::REQUEUE string.
Methods
process()
The method has to return either self::ACK, self::REJECT, self::REQUEUE string.
public
process(Message $message) : string|object
The method also can return an object. It must implement __toString method and the method must return one of the constants from above.
Parameters
- $message : Message
-
// * @param Context $context // removed - It's not clear why it's here
Return values
string|object —with __toString method implemented