Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Wallabag
ImportBundle
Consumer
RedisEntryConsumer
PHP Class Wallabag\ImportBundle\Consumer\RedisEntryConsumer
Inheritance:
extends
AbstractConsumer
,
implements
Simpleue\Job\Job
Show file
Open project: wallabag/wallabag
Class Usage Examples
Public Methods
Method
Description
isStopJob
(
$job
)
Should tell if the given job will kill the worker.
manage
(
string
$job
) :
boolean
Handle one message by one message.
Method Details
isStopJob()
public
method
We don't want to stop it :).
public
isStopJob
(
$job
)
manage()
public
method
Handle one message by one message.
public
manage
(
string
$job
) :
boolean
$job
string
Content of the message (directly from Redis)
return
boolean