Property | Type | Description | |
---|---|---|---|
$stderr | |||
$stdout |
Property | Type | Description | |
---|---|---|---|
$handler | |||
$retries | |||
$supervisors |
Method | Description | |
---|---|---|
__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 |
Method | Description | |
---|---|---|
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 | ||
return | Graze\Supervisor\Handler\HandlerInterface |