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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$thread ThreadNode The thread configuration the receiver uses.
$type string The receiver's class name.
$worker WorkerNode The worker configuration the receiver uses.

Méthodes publiques

Méthode Description
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.

Method Details

getThread() public méthode

Returns the thread configuration the receiver uses.
public getThread ( ) : ThreadNode
Résultat ThreadNode The thread configuration

getType() public méthode

Returns information about the receiver's class name.
public getType ( ) : string
Résultat string The receiver's class name

getWorker() public méthode

Returns the worker configuration the receiver uses.
public getWorker ( ) : ThreadNode
Résultat ThreadNode The worker configuration

Property Details

$thread protected_oe property

The thread configuration the receiver uses.
protected ThreadNode,AppserverIo\Appserver\Core\Api\Node $thread
Résultat ThreadNode

$type protected_oe property

The receiver's class name.
protected string $type
Résultat string

$worker protected_oe property

The worker configuration the receiver uses.
protected WorkerNode,AppserverIo\Appserver\Core\Api\Node $worker
Résultat WorkerNode