Vinelab\Minion\Client::prepareTopic PHP Method

prepareTopic() protected method

Prepare the topic by prefixing it with @property $prefix as a convenience for having to manually prefix every topic.
protected prepareTopic ( string $topic ) : string
$topic string
return string
    protected function prepareTopic($topic)
    {
        return $this->getTopicPrefix() . $topic;
    }