Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Swarrot
Processor
ProcessorInterface
PHP Interface Swarrot\Processor\ProcessorInterface
显示文件
Open project: swarrot/swarrot
Interface Usage Examples
Public Methods
Method
Description
process
(
Swarrot\Broker\Message
$message
,
array
$options
) :
boolean
|
null
Process a message.
Method Details
process()
public
method
Return false to stop processing messages.
public
process
(
Swarrot\Broker\Message
$message
,
array
$options
) :
boolean
|
null
$message
Swarrot\Broker\Message
The message given by a MessageProvider
$options
array
An array containing all parameters
return
boolean
|
null