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

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

Protected Properties

Свойство Type Description
$destination DatabaseNode The message queue destination information.
$type string The type of the message queue receiver.

Méthodes publiques

Méthode 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 méthode

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

getType() public méthode

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

Property Details

$destination protected_oe property

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

$type protected_oe property

The type of the message queue receiver.
protected string $type
Résultat string