PHP Class AppserverIo\Appserver\Core\Api\Node\MessageQueueNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\MessageQueueNodeInterface
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$destination DatabaseNode The message queue destination information.
$type string The type of the message queue receiver.

Public Methods

Method Description
getDestination ( ) : AppserverIo\Description\Api\Node\ValueNode Return's the message queue's destination information.
getType ( ) : string | null Return's the message queue's receiver type.

Method Details

getDestination() public method

Return's the message queue's destination information.
public getDestination ( ) : AppserverIo\Description\Api\Node\ValueNode
return AppserverIo\Description\Api\Node\ValueNode The message queue destination information

getType() public method

Return's the message queue's receiver type.
public getType ( ) : string | null
return string | null The receiver type

Property Details

$destination protected property

The message queue destination information.
protected DatabaseNode,AppserverIo\Appserver\Core\Api\Node $destination
return DatabaseNode

$type protected property

The type of the message queue receiver.
protected string $type
return string