AppserverIo\Appserver\Core\Api\Node\MessageQueueNode::getType PHP Method

getType() public method

Return's the message queue's receiver type.
public getType ( ) : string | null
return string | null The receiver type
    public function getType()
    {
        return $this->type;
    }