AppserverIo\Appserver\Core\Api\Node\ReceiverNode::getThread PHP 메소드

getThread() 공개 메소드

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