PHP Класс Wallabag\ImportBundle\Consumer\RedisEntryConsumer

Наследование: extends AbstractConsumer, implements Simpleue\Job\Job
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
isStopJob ( $job ) Should tell if the given job will kill the worker.
manage ( string $job ) : boolean Handle one message by one message.

Описание методов

isStopJob() публичный Метод

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

manage() публичный Метод

Handle one message by one message.
public manage ( string $job ) : boolean
$job string Content of the message (directly from Redis)
Результат boolean