AMQPBasicProperties::getMessageId PHP Method

getMessageId() public method

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

Usage Example

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