PHP Class Wallabag\ImportBundle\Consumer\RedisEntryConsumer

Inheritance: extends AbstractConsumer, implements Simpleue\Job\Job
Afficher le fichier Open project: wallabag/wallabag Class Usage Examples

Méthodes publiques

Méthode 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 méthode

We don't want to stop it :).
public isStopJob ( $job )

manage() public méthode

Handle one message by one message.
public manage ( string $job ) : boolean
$job string Content of the message (directly from Redis)
Résultat boolean