getType() public method

Get the message type.
public getType ( ) : string
return string The message type.
Example #1
0
 /**
  * @inheritdoc
  */
 public function getType() : string
 {
     return $this->envelope->getType();
 }