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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Show file Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Property Type Description
$messageQueues array The datasources.

Public Methods

Method Description
getMessageQueues ( ) : array Return's the array with the MQs.

Method Details

getMessageQueues() public method

Return's the array with the MQs.
public getMessageQueues ( ) : array
return array The MQs

Property Details

$messageQueues protected property

The datasources.
protected array $messageQueues
return array