Mmoreram\RSQueueBundle\Command\SubscriberCommand::addChannel PHP Method

addChannel() protected method

Checks if queue assigned method exists and is callable
protected addChannel ( String $channelAlias, String $channelMethod ) : SubscriberCommand
$channelAlias String Queue alias
$channelMethod String Queue method
return SubscriberCommand self Object
    protected function addChannel($channelAlias, $channelMethod)
    {
        return $this->addMethod($channelAlias, $channelMethod);
    }
SubscriberCommand