getHost() public method

Get the configured host.
public getHost ( ) : string
return string The configured hostname of the broker
Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getHost()
 {
     return $this->delegate->getHost();
 }