PHP Класс AppserverIo\Appserver\Core\Api\Node\MessageQueueNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\MessageQueueNodeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$destination DatabaseNode The message queue destination information.
$type string The type of the message queue receiver.

Открытые методы

Метод Описание
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.

Описание методов

getDestination() публичный метод

Return's the message queue's destination information.
public getDestination ( ) : AppserverIo\Description\Api\Node\ValueNode
Результат AppserverIo\Description\Api\Node\ValueNode The message queue destination information

getType() публичный метод

Return's the message queue's receiver type.
public getType ( ) : string | null
Результат string | null The receiver type

Описание свойств

$destination защищенное свойство

The message queue destination information.
protected DatabaseNode,AppserverIo\Appserver\Core\Api\Node $destination
Результат DatabaseNode

$type защищенное свойство

The type of the message queue receiver.
protected string $type
Результат string