프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$stderr | |||
$stdout |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$handler | |||
$retries | |||
$supervisors |
메소드 | 설명 | |
---|---|---|
__construct ( array $supervisors, Graze\Supervisor\Handler\HandlerInterface $handler = null ) | ||
ping ( ) : boolean | ||
restart ( callable $fn = null ) : Graze\Supervisor\SupervisorInterface | ||
start ( callable $fn = null ) : Graze\Supervisor\SupervisorInterface | ||
stop ( integer $signal = null ) : Graze\Supervisor\SupervisorInterface | ||
supervise ( float $delay = 0.001 ) : Graze\Supervisor\SupervisorInterface |
메소드 | 설명 | |
---|---|---|
getDefaultHandler ( ) : Graze\Supervisor\Handler\HandlerInterface | ||
reset ( integer $retries ) | ||
updateOutput ( ) |
public __construct ( array $supervisors, Graze\Supervisor\Handler\HandlerInterface $handler = null ) | ||
$supervisors | array | |
$handler | Graze\Supervisor\Handler\HandlerInterface |
protected getDefaultHandler ( ) : Graze\Supervisor\Handler\HandlerInterface | ||
리턴 | Graze\Supervisor\Handler\HandlerInterface |