getMessageId() public method

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