getAppId() public method

Get the application id of the message.
public getAppId ( ) : string
return string The application id of the message.
Example #1
0
 /**
  * @inheritdoc
  */
 public function getAppId() : string
 {
     return $this->envelope->getAppId();
 }