DoraRPC\Server::onManagerStart PHP 메소드

onManagerStart() 최종 공개 메소드

application server first start
final public onManagerStart ( swoole_server $serv )
$serv swoole_server
    public final function onManagerStart(\swoole_server $serv)
    {
        swoole_set_process_name("dora: manager");
    }