PHP Class Wallabag\ImportBundle\Consumer\RedisEntryConsumer

Inheritance: extends AbstractConsumer, implements Simpleue\Job\Job
Datei anzeigen 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