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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property 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.

Public Methods

Method 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 method

Returns the thread configuration the receiver uses.
public getThread ( ) : ThreadNode
return ThreadNode The thread configuration

getType() public method

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

getWorker() public method

Returns the worker configuration the receiver uses.
public getWorker ( ) : ThreadNode
return ThreadNode The worker configuration

Property Details

$thread protected property

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

$type protected property

The receiver's class name.
protected string $type
return string

$worker protected property

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