AppserverIo\Appserver\Core\Api\Node\ReceiverNode::getThread PHP Method

getThread() public method

Returns the thread configuration the receiver uses.
public getThread ( ) : ThreadNode
return ThreadNode The thread configuration
    public function getThread()
    {
        return $this->thread;
    }