getPriority() public method

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