AMQPBasicProperties::getPriority PHP Method

getPriority() public method

Get the priority of the message.
public getPriority ( ) : integer
return integer The message priority.
    public function getPriority()
    {
    }

Usage Example

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