PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ReceiverNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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