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

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

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

Свойство Тип Описание
$thread ThreadNode The thread configuration the receiver uses.
$type string The receiver's class name.
$worker WorkerNode The worker configuration the receiver uses.

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

Метод Описание
getThread ( ) : ThreadNode Returns the thread configuration the receiver uses.
getType ( ) : string Returns information about the receiver's class name.
getWorker ( ) : ThreadNode Returns the worker configuration the receiver uses.

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

getThread() публичный Метод

Returns the thread configuration the receiver uses.
public getThread ( ) : ThreadNode
Результат ThreadNode The thread configuration

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

Returns information about the receiver's class name.
public getType ( ) : string
Результат string The receiver's class name

getWorker() публичный Метод

Returns the worker configuration the receiver uses.
public getWorker ( ) : ThreadNode
Результат ThreadNode The worker configuration

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

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

The thread configuration the receiver uses.
protected ThreadNode,AppserverIo\Appserver\Core\Api\Node $thread
Результат ThreadNode

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

The receiver's class name.
protected string $type
Результат string

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

The worker configuration the receiver uses.
protected WorkerNode,AppserverIo\Appserver\Core\Api\Node $worker
Результат WorkerNode