Property | Type | Description | |
---|---|---|---|
$methods | array | Array with all configured queues/ with their callable methods |
Method | Description | |
---|---|---|
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 |
return | SubscriberCommand | self Object |
protected shuffleQueues ( ) : boolean | ||
return | boolean | Shuffle before passing to Gearman |
protected array $methods | ||
return | array |