Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Swarrot
Processor
ProcessorInterface
PHP 인터페이스 Swarrot\Processor\ProcessorInterface
파일 보기
프로젝트 열기: swarrot/swarrot
0 사용 예제들
공개 메소드들
메소드
설명
process
(
Swarrot\Broker\Message
$message
,
array
$options
) :
boolean
|
null
Process a message.
메소드 상세
process()
공개
메소드
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
리턴
boolean
|
null