setTopicPrefix() public method

Set the topic prefix.
public setTopicPrefix ( string $prefix )
$prefix string
Ejemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param \Vinelab\Minion\Client $client
  */
 public function __construct($client)
 {
     $client->setDelegateProvider($this);
     $client->setTopicPrefix($this->prefix);
     $this->setClient($client);
 }