PHP 클래스 Wallabag\ImportBundle\Consumer\RedisEntryConsumer

상속: extends AbstractConsumer, implements Simpleue\Job\Job
파일 보기 프로젝트 열기: wallabag/wallabag 1 사용 예제들

공개 메소드들

메소드 설명
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