프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$methods | array | Array with all configured queues/ with their callable methods |
메소드 | 설명 | |
---|---|---|
addMethod ( String $alias, String $method ) : SubscriberCommand | Adds a queue/channel to subscribe on | |
shuffleQueues ( ) : boolean | Set automatic queue mixing when several queues are defined. |
protected addMethod ( String $alias, String $method ) : SubscriberCommand | ||
$alias | String | Queue alias |
$method | String | Queue method |
리턴 | SubscriberCommand | self Object |
protected shuffleQueues ( ) : boolean | ||
리턴 | boolean | Shuffle before passing to Gearman |
protected array $methods | ||
리턴 | array |