Bitrix API

ProcessorExample implements Processor

Table of Contents

Interfaces

Processor

Methods

__construct()  : mixed
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
Parameters
$message : Message

// * @param Context $context // removed - It's not clear why it's here

Tags
inheritDoc
Return values
string|object

with __toString method implemented


        
On this page

Search results