getDeliveryMode() public method

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