AMQPBasicProperties::getAppId PHP Method

getAppId() public method

Get the application id of the message.
public getAppId ( ) : string
return string The application id of the message.
    public function getAppId()
    {
    }

Usage Example

Example #1
0
 /**
  * @inheritdoc
  */
 public function getAppId() : string
 {
     return $this->envelope->getAppId();
 }